From 91cb787e5968449a0977ffa80a3daeb3ea5aff4a Mon Sep 17 00:00:00 2001 From: Hunter Kvalevog Date: Sat, 18 Apr 2026 13:33:28 -0500 Subject: --- aarch64/mariokartwii_ch08.S | 7 ------- 1 file changed, 7 deletions(-) (limited to 'aarch64/mariokartwii_ch08.S') 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 -- cgit v1.2.3