diff options
author | Max <mparisi@stevens.edu> | 2020-09-19 13:51:53 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-19 13:51:53 -0400 |
commit | d2d752fdfe77ffb3db5a1c69a622c64f48c73dbf (patch) | |
tree | d4c7a2272e31d44b68f7443f09e9db0e029a7740 /asm/gt2Connection.s | |
parent | c7061897f6589e7a9b346fc87a1b8b4f75facfc5 (diff) |
changed some lbl_'s to func_'s and added the .global directive to them (doldisasm misidentified them as branches
Diffstat (limited to 'asm/gt2Connection.s')
-rw-r--r-- | asm/gt2Connection.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/asm/gt2Connection.s b/asm/gt2Connection.s index 919181d..c1f7e8b 100644 --- a/asm/gt2Connection.s +++ b/asm/gt2Connection.s @@ -389,7 +389,9 @@ lbl_80349828: /* 8034983C 0034549C 7C 08 03 A6 */ mtlr r0
/* 80349840 003454A0 38 21 00 20 */ addi r1, r1, 0x20
/* 80349844 003454A4 4E 80 00 20 */ blr
-lbl_80349848:
+
+.global func_80349848
+func_80349848:
/* 80349848 003454A8 94 21 FF E0 */ stwu r1, -0x20(r1)
/* 8034984C 003454AC 7C 08 02 A6 */ mflr r0
/* 80349850 003454B0 2C 04 00 00 */ cmpwi r4, 0
|