From af33521ffbbe71ca59565cf10d48b1a2e5329380 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Wed, 18 Nov 2020 18:51:37 -0500 Subject: [PATCH] silly asm update --- asm/nonmatchings/os/ldiv/ldiv.s | 8 ++++---- asm/nonmatchings/os/osEPiReadIo/osEPiReadIo.s | 4 ++-- asm/os/__osDisableInt.s | 6 +++--- asm/os/__osRestoreInt.s | 8 ++++---- asm/os/osSetIntMask.s | 6 +++--- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/asm/nonmatchings/os/ldiv/ldiv.s b/asm/nonmatchings/os/ldiv/ldiv.s index 7576b45bec..8c09d0216d 100644 --- a/asm/nonmatchings/os/ldiv/ldiv.s +++ b/asm/nonmatchings/os/ldiv/ldiv.s @@ -4,19 +4,19 @@ glabel ldiv /* 48A20 8006D620 00A6001A */ div $zero, $a1, $a2 /* 48A24 8006D624 14C00002 */ bnez $a2, .L8006D630 -/* 48A28 8006D628 00000000 */ nop +/* 48A28 8006D628 00000000 */ nop /* 48A2C 8006D62C 0007000D */ break 7 .L8006D630: /* 48A30 8006D630 2401FFFF */ addiu $at, $zero, -1 /* 48A34 8006D634 14C10004 */ bne $a2, $at, .L8006D648 /* 48A38 8006D638 3C018000 */ lui $at, 0x8000 /* 48A3C 8006D63C 14A10002 */ bne $a1, $at, .L8006D648 -/* 48A40 8006D640 00000000 */ nop +/* 48A40 8006D640 00000000 */ nop /* 48A44 8006D644 0006000D */ break 6 .L8006D648: /* 48A48 8006D648 00001812 */ mflo $v1 -/* 48A4C 8006D64C 00000000 */ nop -/* 48A50 8006D650 00000000 */ nop +/* 48A4C 8006D64C 00000000 */ nop +/* 48A50 8006D650 00000000 */ nop /* 48A54 8006D654 00C30018 */ mult $a2, $v1 /* 48A58 8006D658 00001012 */ mflo $v0 /* 48A5C 8006D65C 27BDFFF8 */ addiu $sp, $sp, -8 diff --git a/asm/nonmatchings/os/osEPiReadIo/osEPiReadIo.s b/asm/nonmatchings/os/osEPiReadIo/osEPiReadIo.s index dc2b3a0fcb..88213f22dd 100644 --- a/asm/nonmatchings/os/osEPiReadIo/osEPiReadIo.s +++ b/asm/nonmatchings/os/osEPiReadIo/osEPiReadIo.s @@ -24,5 +24,5 @@ glabel osEPiReadIo /* 3C20C 80060E0C 8FB00010 */ lw $s0, 0x10($sp) /* 3C210 80060E10 03E00008 */ jr $ra /* 3C214 80060E14 27BD0020 */ addiu $sp, $sp, 0x20 -/* 3C218 80060E18 00000000 */ nop -/* 3C21C 80060E1C 00000000 */ nop +/* 3C218 80060E18 00000000 */ nop +/* 3C21C 80060E1C 00000000 */ nop diff --git a/asm/os/__osDisableInt.s b/asm/os/__osDisableInt.s index d6b2f19665..2175ae26db 100644 --- a/asm/os/__osDisableInt.s +++ b/asm/os/__osDisableInt.s @@ -32,8 +32,8 @@ glabel __osDisableInt /* 467B4 8006B3B4 2401FFFE */ addiu $at, $zero, -2 /* 467B8 8006B3B8 01214824 */ and $t1, $t1, $at /* 467BC 8006B3BC 40896000 */ mtc0 $t1, $12 -/* 467C0 8006B3C0 00000000 */ nop -/* 467C4 8006B3C4 00000000 */ nop +/* 467C0 8006B3C0 00000000 */ nop +/* 467C4 8006B3C4 00000000 */ nop .L8006B3C8: /* 467C8 8006B3C8 03E00008 */ jr $ra -/* 467CC 8006B3CC 00000000 */ nop +/* 467CC 8006B3CC 00000000 */ nop diff --git a/asm/os/__osRestoreInt.s b/asm/os/__osRestoreInt.s index 45a119ca70..d30c03552f 100644 --- a/asm/os/__osRestoreInt.s +++ b/asm/os/__osRestoreInt.s @@ -11,8 +11,8 @@ glabel __osRestoreInt /* 467D0 8006B3D0 40086000 */ mfc0 $t0, $12 /* 467D4 8006B3D4 01044025 */ or $t0, $t0, $a0 /* 467D8 8006B3D8 40886000 */ mtc0 $t0, $12 -/* 467DC 8006B3DC 00000000 */ nop -/* 467E0 8006B3E0 00000000 */ nop +/* 467DC 8006B3DC 00000000 */ nop +/* 467E0 8006B3E0 00000000 */ nop /* 467E4 8006B3E4 03E00008 */ jr $ra -/* 467E8 8006B3E8 00000000 */ nop -/* 467EC 8006B3EC 00000000 */ nop +/* 467E8 8006B3E8 00000000 */ nop +/* 467EC 8006B3EC 00000000 */ nop diff --git a/asm/os/osSetIntMask.s b/asm/os/osSetIntMask.s index d5f5a38446..e9f6b93408 100644 --- a/asm/os/osSetIntMask.s +++ b/asm/os/osSetIntMask.s @@ -45,7 +45,7 @@ glabel osSetIntMask /* 3BDC4 800609C4 01816024 */ and $t4, $t4, $at /* 3BDC8 800609C8 01886025 */ or $t4, $t4, $t0 /* 3BDCC 800609CC 408C6000 */ mtc0 $t4, $12 -/* 3BDD0 800609D0 00000000 */ nop -/* 3BDD4 800609D4 00000000 */ nop +/* 3BDD0 800609D0 00000000 */ nop +/* 3BDD4 800609D4 00000000 */ nop /* 3BDD8 800609D8 03E00008 */ jr $ra -/* 3BDDC 800609DC 00000000 */ nop +/* 3BDDC 800609DC 00000000 */ nop