mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-28 08:27:31 +00:00
eaf12ae666
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.