summaryrefslogtreecommitdiff
path: root/global.inc
diff options
context:
space:
mode:
authorDuncan Smith2010-11-15 23:01:40 -0800
committerDuncan Smith2010-11-15 23:01:40 -0800
commit83443a0386075cdb7e49f16de43ce43baa9616f7 (patch)
treeaada608c9e65842c9430b0b2704620ba1af9a0a4 /global.inc
parenta803f7c466bfeb7ce40c8015d55c67523dcf6e2c (diff)
Fixed compile error, this may be a temporary solution
Diffstat (limited to 'global.inc')
-rw-r--r--global.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/global.inc b/global.inc
index 9cb3325..fa7383e 100644
--- a/global.inc
+++ b/global.inc
@@ -21,3 +21,7 @@ SAVEREG MACRO
RESTREG MACRO
movem.l (sp)+,d3-d7/a3-a6
ENDM
+
+ ;; Size of the ‘jmp do_interrupt’ in every invocation of
+ ;; START.
+INT_OFFSET SET 4