forgot to restore return address in case ".trp" is called.
This commit is contained in:
parent
a0a3f2d2b6
commit
162eb9bb70
1 changed files with 1 additions and 0 deletions
|
@ -22,4 +22,5 @@ Lerr:
|
||||||
jmp .fat
|
jmp .fat
|
||||||
Liovfl:
|
Liovfl:
|
||||||
pushl $EIOVFL
|
pushl $EIOVFL
|
||||||
|
pushl r1
|
||||||
jmp .trp
|
jmp .trp
|
||||||
|
|
Loading…
Reference in a new issue