commit | 9887ecb7dd95d9cea6986dbfdf9177694b92aa79 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sun Dec 18 10:51:19 2011 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun Dec 18 10:57:39 2011 -0500 |
tree | 8695f5a5e9923a867f2c42070533ec8b65c23192 | |
parent | bd515acd328f0cc356cc3a859597c1e9186893f5 [diff] |
Don't use -fomit-frame-pointer when building VGA bios. The real-mode emulator that Windows 7 uses to execute the vga bios rom becomes very confused when the code tries to dereference the stack pointer instead of using the frame pointer, leading to corruption of parameters passed on the stack from one function to another. Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>