diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-04-21 13:00:34 -0700 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-04-21 13:00:34 -0700 |
commit | 28b19a047f98ac80090e5286d5f0c0349b91dc38 (patch) | |
tree | a6b8b394b7027d6dc8d8f1467acf7abe27d0dc10 /runtime.S | |
parent | 1dd89758e07ed71dc664a8341c19315293ef2730 (diff) |
Implement CHK instruction (not fully tested).
Diffstat (limited to 'runtime.S')
-rw-r--r-- | runtime.S | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -91,10 +91,9 @@ already_supervisor_trap: /* calculate interrupt vector address */ pop %rcx shl $2, %ecx - add $0x80, %ecx call m68k_read_long_scratch1 call m68k_native_addr_and_sync - add $24, %eax + add $18, %eax jmp *%rcx invalid_msg: |