msx1: don't need to save AF around the map_kernel_di
authorAlan Cox <alan@linux.intel.com>
Sat, 6 Apr 2019 23:53:42 +0000 (00:53 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 6 Apr 2019 23:53:42 +0000 (00:53 +0100)
Kernel/platform-msx1/slots.s

index e656624..4b5826a 100644 (file)
@@ -289,9 +289,7 @@ map_save_kernel:
        pop bc
        pop de
        pop hl
-       push af
-       call map_kernel_di              ; FIXME: fast path this later
-       pop af
+        call map_kernel_di             ; FIXME: fast path this later
        ret
 
 ;