summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstrid Smith2010-11-15 23:01:40 -0800
committerAstrid Smith2010-11-15 23:01:40 -0800
commit461d2fed8ecd25104dd983df8655f347360b57de (patch)
tree42d2b38e61b68d0231bf199b7d7be5f272ada7fe
parentb296d576b62fb69d1fa4cf51a3f5e6e5ae8550ab (diff)
Fixed compile error, this may be a temporary solution
-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