lowlevel-z80: fix asm error: missing #
authorAlan Cox <alan@linux.intel.com>
Sun, 25 Jan 2015 16:08:01 +0000 (16:08 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 25 Jan 2015 16:08:01 +0000 (16:08 +0000)
Kernel/lowlevel-z80.s

index 76a55cd..85bf1a7 100644 (file)
@@ -250,7 +250,7 @@ _doexec:
         ex de, hl
 
        ; for the relocation engine - tell it where it is
-       ld iy, PROGLOAD
+       ld iy, #PROGLOAD
         ei
         jp (hl)