z80: fix incorrect call to chksigs
authorAlan Cox <alan@linux.intel.com>
Thu, 24 May 2018 14:27:31 +0000 (15:27 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 24 May 2018 14:27:31 +0000 (15:27 +0100)
Kernel/lowlevel-z80-banked.s

index c7d7d44..c774e35 100644 (file)
@@ -533,7 +533,7 @@ intret2:call map_kernel
        ; Check for signals
        ;
        push af
-       call chksigs
+       call _chksigs
        pop af
 
        ;