fix Issue 10644 - Win64: wrong code when passing arguments through ...#1423
fix Issue 10644 - Win64: wrong code when passing arguments through ...#1423rainers merged 1 commit intodlang:masterfrom
Conversation
Unfortunately unittest are not run yet for win64. Actually _argptr is the documented way to get the va_list. Shouldn't it work for all platforms? I tried it for win32 at it seems ok there. |
True, but isn't part of the point of these fixes to get the unittests to run?
Yes, it should work for the others. I just fixed the Win64 code, though. |
Sure, I'll update #1411 to not skip this test. |
Ok, let's make the unification different pull requenst. |
fix Issue 10644 - Win64: wrong code when passing arguments through ...
fix http://d.puremagic.com/issues/show_bug.cgi?id=10644
The test cases are the unittests.