diff options
Diffstat (limited to 'asm/asm_int.s')
| -rw-r--r-- | asm/asm_int.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asm/asm_int.s b/asm/asm_int.s index f7107de..70993b4 100644 --- a/asm/asm_int.s +++ b/asm/asm_int.s @@ -19,6 +19,7 @@ .global int128 .global int129 .global int200 +.global int170 .global int255 .global exc0 @@ -159,6 +160,7 @@ int129: intx ack0 $129 interrupt_handler int255: intx ack0 $255 interrupt_handler int200: intx ack0 $200 interrupt_handler +int170: intx ack0 $170 interrupt_handler exc0: excx $0 exception_handle exc1: excx $1 exception_handle |
