Changes between Initial Version and Version 1 of Ticket #19, comment 32
- Timestamp:
- Nov 24, 2011, 12:46:43 PM (13 years ago)
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.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. 2 2 3 3 The only remaining one is handling varargs (a rare case but still needed), should be relatively easy.