mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 00:42:34 +01:00
fix hasm sections
This commit is contained in:
parent
1982b25ff8
commit
ce67831083
@ -5,7 +5,7 @@
|
||||
.set noreorder # don't insert nops after branches
|
||||
.set gp=64 # allow use of 64-bit general purpose registers
|
||||
|
||||
.section .text_40, "ax"
|
||||
.section .text, "ax"
|
||||
|
||||
glabel func_A4000040
|
||||
/* 40 A4000040 40806800 */ mtc0 $zero, $13
|
||||
|
@ -5,7 +5,7 @@
|
||||
.set noreorder # don't insert nops after branches
|
||||
.set gp=64 # allow use of 64-bit general purpose registers
|
||||
|
||||
.section .text_1000, "ax"
|
||||
.section .text, "ax"
|
||||
|
||||
glabel func_8006A9F0
|
||||
/* 45DF0 8006A9F0 3C1A8007 */ lui $k0, 0x8007
|
||||
|
Loading…
Reference in New Issue
Block a user