mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 22:03:56 -07:00
big thanks to philip for seeing the problem! :D cause: not popping FPU stack. didn't happen on my athlonXP presumably due to different FPU usage (possibly in drivers): pushing 8 values could clear the stack and mask overflow. the cause was not due to compiler (and FLD/FSTP param passing) because Philip uses VC2005 as well, but saw the crash (on P4 CPU) fixes #130 This was SVN commit r4072. |
||
|---|---|---|
| .. | ||
| tests | ||
| unix | ||
| win | ||
| cpu.cpp | ||
| cpu.h | ||
| dir_watch.h | ||
| gfx.cpp | ||
| gfx.h | ||
| ia32.cpp | ||
| ia32.h | ||
| ia32.inc | ||
| ia32_asm.asm | ||
| ia32_memcpy.asm | ||
| snd.cpp | ||
| snd.h | ||
| sysdep.cpp | ||
| sysdep.h | ||