summaryrefslogtreecommitdiff
path: root/aarch64/mariokartwii_ch08.S
diff options
context:
space:
mode:
Diffstat (limited to 'aarch64/mariokartwii_ch08.S')
-rw-r--r--aarch64/mariokartwii_ch08.S7
1 files changed, 0 insertions, 7 deletions
diff --git a/aarch64/mariokartwii_ch08.S b/aarch64/mariokartwii_ch08.S
index 3194156..bd04da4 100644
--- a/aarch64/mariokartwii_ch08.S
+++ b/aarch64/mariokartwii_ch08.S
@@ -21,10 +21,3 @@ _main:
movk x3, #0x4444
brk #0 // (lldb) register read
-
- // Restore stack frame
- ldp x29, x30, [sp], #16
-
- // Return 0
- mov x0, #0
- ret