diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2008-03-01 14:46:37 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2008-03-01 14:46:37 -0500 |
commit | 3a47a310edd92bef0136ff3a97672d6fb45922fe (patch) | |
tree | e9065b809765938ef4b6b1f769af0f122a4d3d34 /TODO | |
parent | e20ed9f362a0d81d718c82780208f8361f3d2f51 (diff) | |
download | seabios-3a47a310edd92bef0136ff3a97672d6fb45922fe.tar.gz |
Cleanup implementation of call16().
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,7 +1,5 @@ Find out why ubuntu compiles are failing. Find work around. -Fixup __call16 usage from util.h / rombios32.lds.S - See if it is better to tell gcc that call16 clobbers all registers instead of having the code call pushal/popal. |