Don't pull in all the trap handlers every time.
This commit is contained in:
parent
f58d7e7d30
commit
4e90de00e9
|
@ -7,10 +7,6 @@
|
||||||
#include "asm.h"
|
#include "asm.h"
|
||||||
|
|
||||||
.define .trp
|
.define .trp
|
||||||
.define earray, erange, eset, eiovfl, efovfl, efunfl, eidivz, eidivz
|
|
||||||
.define efdivz, eiund, efund, econv, estack, eheap, eillins, eoddz
|
|
||||||
.define ecase, ememflt, ebadptr, ebadpc, ebadlae, ebadmon, ebadlin, ebadgto
|
|
||||||
.define eunimpl
|
|
||||||
.define EARRAY, ERANGE, ESET, EIOVFL, EFOVFL, EFUNFL, EIDIVZ, EIDIVZ
|
.define EARRAY, ERANGE, ESET, EIOVFL, EFOVFL, EFUNFL, EIDIVZ, EIDIVZ
|
||||||
.define EFDIVZ, EIUND, EFUND, ECONV, ESTACK, EHEAP, EILLINS, EODDZ
|
.define EFDIVZ, EIUND, EFUND, ECONV, ESTACK, EHEAP, EILLINS, EODDZ
|
||||||
.define ECASE, EMEMFLT, EBADPTR, EBADPC, EBADLAE, EBADMON, EBADLIN, EBADGTO
|
.define ECASE, EMEMFLT, EBADPTR, EBADPC, EBADLAE, EBADMON, EBADLIN, EBADGTO
|
||||||
|
|
Loading…
Reference in a new issue