mirror of
https://github.com/pmret/papermario.git
synced 2024-11-15 23:42:42 +01:00
647db26552
* . * yaml update * git subrepo pull --force tools/splat subrepo: subdir: "tools/splat" merged: "cd690f725d" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "cd690f725d" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * separate main bss syms * renames and one match * SR symbol rename * fix symbol_addrs * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "5fa8aa24ca" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "5fa8aa24ca" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * remove old artifacts
17 lines
752 B
ArmAsm
17 lines
752 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel osSiRelAccess
|
|
/* 41230 80065E30 27BDFFE8 */ addiu $sp, $sp, -0x18
|
|
/* 41234 80065E34 AFBF0010 */ sw $ra, 0x10($sp)
|
|
/* 41238 80065E38 3C04800E */ lui $a0, %hi(D_800DACA8)
|
|
/* 4123C 80065E3C 2484ACA8 */ addiu $a0, $a0, %lo(D_800DACA8)
|
|
/* 41240 80065E40 00002821 */ addu $a1, $zero, $zero
|
|
/* 41244 80065E44 0C019608 */ jal osSendMesg
|
|
/* 41248 80065E48 00003021 */ addu $a2, $zero, $zero
|
|
/* 4124C 80065E4C 8FBF0010 */ lw $ra, 0x10($sp)
|
|
/* 41250 80065E50 03E00008 */ jr $ra
|
|
/* 41254 80065E54 27BD0018 */ addiu $sp, $sp, 0x18
|
|
/* 41258 80065E58 00000000 */ nop
|
|
/* 4125C 80065E5C 00000000 */ nop
|