diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-04-18 13:33:28 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-04-18 13:33:28 -0500 |
| commit | 91cb787e5968449a0977ffa80a3daeb3ea5aff4a (patch) | |
| tree | 8ae72bc3b40027d7a78722f45ec62d5ab558998b /aarch64/mariokartwii_ch08.S | |
| parent | 27fd5931edb330dc5c41956365ff462514188e89 (diff) | |
Diffstat (limited to 'aarch64/mariokartwii_ch08.S')
| -rw-r--r-- | aarch64/mariokartwii_ch08.S | 7 |
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 |