Also call .trp .trap, for ncg compatibility.

This commit is contained in:
David Given 2016-11-20 19:39:28 +01:00
parent f8fa3ece42
commit 6e9c2d5c0d

View file

@ -55,7 +55,9 @@ EUNIMPL = 63 ! unimplemented em-instruction called
b .trp
.define .trp
.define .trap
.trp:
.trap:
b .trp ! spin forever
.define .sig