diff options
| author | mmb70 <mmb70@duke.edu> | 2020-07-20 20:37:19 -0700 |
|---|---|---|
| committer | Kenix3 <kenixwhisperwind@gmail.com> | 2020-07-24 19:26:37 -0400 |
| commit | 7b45043c97a77f33a80269d56d72dd7655ec15a9 (patch) | |
| tree | 729c2a8d140c756789d5e7d7bcbc741d1b7885f5 /src/boot_O2_g3 | |
| parent | 07cfe5b43f08fd379aa7502d2dffd2fbb9728b7b (diff) | |
Matched boot_0x800968B0.c
Matched func_800968B1
Diffstat (limited to 'src/boot_O2_g3')
| -rw-r--r-- | src/boot_O2_g3/boot_0x800968B0.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/boot_O2_g3/boot_0x800968B0.c b/src/boot_O2_g3/boot_0x800968B0.c index 29fdf5f7f..ca313bdea 100644 --- a/src/boot_O2_g3/boot_0x800968B0.c +++ b/src/boot_O2_g3/boot_0x800968B0.c @@ -1,7 +1,6 @@ #include <ultra64.h> #include <global.h> -#ifdef NON_MATCHING u32 func_800968B0(const u8* a0, const u8* a1) { u8 v0; u8 v1; @@ -9,12 +8,8 @@ u32 func_800968B0(const u8* a0, const u8* a1) { v0 = *a0++; v1 = *a1++; if (v0 != v1) { - // TODO this uses v0 instead of a3 - return v0 - v1; + return v0 - v1; } - } while (v0 != 0); + } while (v0); return 0; } -#else -GLOBAL_ASM("./asm/non_matchings/boot_0x800968B0/func_800968B0.asm") -#endif
\ No newline at end of file |
