[Issue 5264] x86_64 changes for druntime 2
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 24 02:34:25 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5264
--- Comment #3 from Brad Roberts <braddr at puremagic.com> 2010-11-24 02:32:54 PST ---
for #3, call cleanup code in cod1.c funccall():
2936 if (tym1 == TYhfunc)
2937 { // Hidden parameter is popped off by the callee
2938 c = genadjesp(c, -4);
2939 stackpush -= 4;
This code isn't aware of the 32 vs 64 bit calling convention differences yet?
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list