summaryrefslogtreecommitdiff
path: root/asm/MSL_C
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-10-04 22:58:07 -0400
committerMax <mparisi@stevens.edu>2020-10-04 22:58:07 -0400
commitdd60d0bb783e7b7b430eaeb03a87f3e65d822c50 (patch)
tree60848831d8579e67d6bbfc23af7fcce809a54eba /asm/MSL_C
parentc9960fb8ef3351a632a423168a0c42b119b9445e (diff)
split euart.s and usb.s
Diffstat (limited to 'asm/MSL_C')
-rw-r--r--asm/MSL_C/PPC_EABI/uart_console_io_gcn.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/MSL_C/PPC_EABI/uart_console_io_gcn.s b/asm/MSL_C/PPC_EABI/uart_console_io_gcn.s
index 952501d..577d99a 100644
--- a/asm/MSL_C/PPC_EABI/uart_console_io_gcn.s
+++ b/asm/MSL_C/PPC_EABI/uart_console_io_gcn.s
@@ -24,7 +24,7 @@ __write_console:
/* 801D092C 001CC58C 40 82 00 20 */ bne lbl_801D094C
/* 801D0930 001CC590 3C 60 00 01 */ lis r3, 0x0000E100@ha
/* 801D0934 001CC594 38 63 E1 00 */ addi r3, r3, 0x0000E100@l
-/* 801D0938 001CC598 48 0E 30 75 */ bl func_802B39AC
+/* 801D0938 001CC598 48 0E 30 75 */ bl InitializeUART
/* 801D093C 001CC59C 2C 03 00 00 */ cmpwi r3, 0
/* 801D0940 001CC5A0 40 82 00 0C */ bne lbl_801D094C
/* 801D0944 001CC5A4 38 00 00 01 */ li r0, 1
@@ -37,7 +37,7 @@ lbl_801D094C:
lbl_801D095C:
/* 801D095C 001CC5BC 80 9E 00 00 */ lwz r4, 0(r30)
/* 801D0960 001CC5C0 7F A3 EB 78 */ mr r3, r29
-/* 801D0964 001CC5C4 48 0E 30 91 */ bl func_802B39F4
+/* 801D0964 001CC5C4 48 0E 30 91 */ bl WriteUARTN
/* 801D0968 001CC5C8 2C 03 00 00 */ cmpwi r3, 0
/* 801D096C 001CC5CC 41 82 00 14 */ beq lbl_801D0980
/* 801D0970 001CC5D0 38 00 00 00 */ li r0, 0