diff options
author | Max <mparisi@stevens.edu> | 2020-10-11 22:37:55 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-11 22:37:55 -0400 |
commit | b6bdb8f23056aa9aeacfe00e9bdb9df006531f19 (patch) | |
tree | 2fbd2a30f1be6320fec77e33fd2e28cee3d0ab54 /asm/SDK/OS/OSNet.s | |
parent | d2e4b9078b23d16b32a297c69525997e074ea942 (diff) |
split NWC24System.s
Diffstat (limited to 'asm/SDK/OS/OSNet.s')
-rw-r--r-- | asm/SDK/OS/OSNet.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/SDK/OS/OSNet.s b/asm/SDK/OS/OSNet.s index 8e5ea96..430f8cf 100644 --- a/asm/SDK/OS/OSNet.s +++ b/asm/SDK/OS/OSNet.s @@ -19,7 +19,7 @@ __OSInitNet: /* 80274140 0026FDA0 40 82 00 08 */ bne lbl_80274148
/* 80274144 0026FDA4 48 00 00 5C */ b lbl_802741A0
lbl_80274148:
-/* 80274148 0026FDA8 48 09 0B D5 */ bl func_80304D1C
+/* 80274148 0026FDA8 48 09 0B D5 */ bl NWC24iPrepareShutdown
/* 8027414C 0026FDAC 2C 03 00 00 */ cmpwi r3, 0
/* 80274150 0026FDB0 41 82 00 34 */ beq lbl_80274184
/* 80274154 0026FDB4 40 80 00 14 */ bge lbl_80274168
|