From 91cb787e5968449a0977ffa80a3daeb3ea5aff4a Mon Sep 17 00:00:00 2001 From: Hunter Kvalevog Date: Sat, 18 Apr 2026 13:33:28 -0500 Subject: --- aarch64/mariokartwii_ch07.S | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'aarch64/mariokartwii_ch07.S') diff --git a/aarch64/mariokartwii_ch07.S b/aarch64/mariokartwii_ch07.S index ce3a3f5..53ce2a2 100644 --- a/aarch64/mariokartwii_ch07.S +++ b/aarch64/mariokartwii_ch07.S @@ -4,10 +4,6 @@ .global _main _main: - // Save stack frame - stp x29, x30, [sp, #-16]! - mov x29, sp - // Add mov x0, #1 mov x1, #2 @@ -32,10 +28,3 @@ _main: neg x8, x7 brk #0 // (lldb) register read - - // Restore stack frame - ldp x29, x30, [sp], #16 - - // Return 0 - mov x0, #0 - ret -- cgit v1.2.3