fix hasm sections

This commit is contained in:
Alex Bates 2020-10-28 22:18:20 +00:00
parent 1982b25ff8
commit ce67831083
No known key found for this signature in database
GPG Key ID: 5E11C2DB78877706
2 changed files with 114 additions and 114 deletions

View File

@ -5,7 +5,7 @@
.set noreorder # don't insert nops after branches .set noreorder # don't insert nops after branches
.set gp=64 # allow use of 64-bit general purpose registers .set gp=64 # allow use of 64-bit general purpose registers
.section .text_40, "ax" .section .text, "ax"
glabel func_A4000040 glabel func_A4000040
/* 40 A4000040 40806800 */ mtc0 $zero, $13 /* 40 A4000040 40806800 */ mtc0 $zero, $13

View File

@ -5,7 +5,7 @@
.set noreorder # don't insert nops after branches .set noreorder # don't insert nops after branches
.set gp=64 # allow use of 64-bit general purpose registers .set gp=64 # allow use of 64-bit general purpose registers
.section .text_1000, "ax" .section .text, "ax"
glabel func_8006A9F0 glabel func_8006A9F0
/* 45DF0 8006A9F0 3C1A8007 */ lui $k0, 0x8007 /* 45DF0 8006A9F0 3C1A8007 */ lui $k0, 0x8007