Fix x86 longjmp(3) not restoring ebx.

This commit is contained in:
Jonas 'Sortie' Termansen 2014-06-02 18:56:04 +02:00
parent f332cf96d4
commit 8b3e94af38
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ longjmp:
mov $1, %edx
1:
# TODO: Floating point stuff!
mov 0x00(%ecx), %ebx
mov 0x04(%ecx), %esi
mov 0x08(%ecx), %edi
mov 0x0C(%ecx), %ebp