Changes between Initial Version and Version 1 of Ticket #19, comment 32


Ignore:
Timestamp:
Nov 24, 2011, 11:46:43 AM (12 years ago)
Author:
dmik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19, comment 32

    initial v1  
    1 I solved the mangling and the extern "C" problems for !__syscall/__stdcall (see http://mantis.smedley.info/view.php?id=474 and http://mantis.smedley.info/view.php?id=494), so Odin should compile more smoothly now.
     1I solved the mangling and the extern "C" problems for !__syscall/!__stdcall (see http://mantis.smedley.info/view.php?id=474 and http://mantis.smedley.info/view.php?id=494), so Odin should compile more smoothly now.
    22
    33The only remaining one is handling varargs (a rare case but still needed), should be relatively easy.