fix: rck must call trp, not jmp to it. Return is possible.
This commit is contained in:
parent
7d26d60bd4
commit
9179494c16
1 changed files with 2 additions and 1 deletions
|
@ -15,4 +15,5 @@
|
|||
Lerr:
|
||||
pushl r1
|
||||
pushl $ERANGE
|
||||
jmp .trp
|
||||
jsb .trp
|
||||
rsb
|
||||
|
|
Loading…
Reference in a new issue