msx1/tricks.s: Fix missing globals
authorAlan Cox <alan@etchedpixels.co.uk>
Sat, 8 Nov 2014 22:40:00 +0000 (22:40 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Sat, 8 Nov 2014 22:40:00 +0000 (22:40 +0000)
Kernel/platform-msx1/tricks.s

index b22f7fc..57859aa 100644 (file)
@@ -18,6 +18,8 @@
         .globl interrupt_handler
         .globl dispatch_process_signal
        .globl map_kernel
+       .globl map_process_always
+       .globl map_process
        .globl _ramtop
 
         ; imported debug symbols
@@ -89,7 +91,7 @@ _switchin:
         push de ; restore stack
         push bc ; restore stack
 
-        ld hl, #P_TAB__P_PAGE_OFFSET+3 ; Common
+        ld hl, #P_TAB__P_PAGE_OFFSET   ; Common
        add hl, de              ; process ptr
 
        call map_process