CP exceptions in wrong slots in trap table (noticed by matt@rme.com)

This commit is contained in:
deraadt 1994-11-23 20:33:22 +00:00
parent 91ed53db13
commit 3835c5ae6a
1 changed files with 4 additions and 4 deletions

View File

@ -344,11 +344,11 @@ _trapbase:
UTRAP(0x21)
UTRAP(0x22)
UTRAP(0x23)
UTRAP(0x24)
TRAP(T_CPDISABLED) ! 24 = coprocessor instr, EC bit off in psr
UTRAP(0x25)
UTRAP(0x26)
UTRAP(0x27)
UTRAP(0x28)
TRAP(T_CPEXCEPTION) ! 28 = coprocessor exception
UTRAP(0x29)
UTRAP(0x2a)
UTRAP(0x2b)
@ -362,7 +362,7 @@ _trapbase:
UTRAP(0x33)
UTRAP(0x34)
UTRAP(0x35)
TRAP(T_CPDISABLED) ! 36 = coprocessor instr, EC bit off in psr
UTRAP(0x36)
UTRAP(0x37)
UTRAP(0x38)
UTRAP(0x39)
@ -372,7 +372,7 @@ _trapbase:
UTRAP(0x3d)
UTRAP(0x3e)
UTRAP(0x3f)
TRAP(T_CPEXCEPTION) ! 40 = coprocessor exception
UTRAP(0x40)
UTRAP(0x41)
UTRAP(0x42)
UTRAP(0x43)