diff --git a/qemu/maze.S b/qemu/maze.S index d68fa04..52c7cd8 100644 --- a/qemu/maze.S +++ b/qemu/maze.S @@ -7,8 +7,8 @@ .global maze_stub maze_stub: push {r0-r3} - movw r12, #:lower16:0x08006888 - movt r12, #:upper16:0x08006888 + movw r12, #:lower16:0x08006890 + movt r12, #:upper16:0x08006890 ldr r0, [r12, #32] add r0, #1 and r0, #7