#1288: ghci 6.6 foreign import stdcall broken, panic, panic!!!!
-------------------------------------------------+--------------------------
 Reporter:  [EMAIL PROTECTED]                   |          Owner:               
   
     Type:  bug                                  |         Status:  new         
    
 Priority:  high                                 |      Milestone:              
    
Component:  GHCi                                 |        Version:  6.6         
    
 Severity:  critical                             |     Resolution:              
    
 Keywords:  ghci foreign ffi dll import stdcall  |     Difficulty:  Moderate (1 
day)
 Testcase:                                       |   Architecture:  x86         
    
       Os:  Windows                              |  
-------------------------------------------------+--------------------------
Comment (by [EMAIL PROTECTED]):

 error in transcription, the above should read...

 === test_proxy5b.c ===

 {{{
 #include <stdio.h>

 extern void _stdcall test(int arg);

 void test_proxy(int arg)
 {
    test(arg);
 }
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1288>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to