[dmd-internals] [D-Programming-Language/dmd] e3510d: fix Issue 10462 - call through function pointer mi...
GitHub
noreply at github.com
Fri Jul 19 16:51:12 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: e3510d1b801808934ba074b357546960b0bc180e
https://github.com/D-Programming-Language/dmd/commit/e3510d1b801808934ba074b357546960b0bc180e
Author: Martin Nowak <code at dawg.eu>
Date: 2013-07-19 (Fri, 19 Jul 2013)
Changed paths:
M src/backend/cod1.c
Log Message:
-----------
fix Issue 10462 - call through function pointer might trash EBX
add EBX to the keepmsk after GOT was loaded
Commit: d4d0c61c510ed60b2601945a4252f6f6239594ca
https://github.com/D-Programming-Language/dmd/commit/d4d0c61c510ed60b2601945a4252f6f6239594ca
Author: Walter Bright <walter at walterbright.com>
Date: 2013-07-19 (Fri, 19 Jul 2013)
Changed paths:
M src/backend/cod1.c
Log Message:
-----------
Merge pull request #2367 from dawgfoto/fix10462
fix Issue 10462 - call through function pointer might trash EBX
Compare: https://github.com/D-Programming-Language/dmd/compare/3ea68ad0569a...d4d0c61c510e
More information about the dmd-internals
mailing list