Also call .trp .trap, for ncg compatibility.
This commit is contained in:
parent
f8fa3ece42
commit
6e9c2d5c0d
|
@ -55,7 +55,9 @@ EUNIMPL = 63 ! unimplemented em-instruction called
|
|||
b .trp
|
||||
|
||||
.define .trp
|
||||
.define .trap
|
||||
.trp:
|
||||
.trap:
|
||||
b .trp ! spin forever
|
||||
|
||||
.define .sig
|
||||
|
|
Loading…
Reference in a new issue