From a4f61513644b69b91cf42f4ae715d1376e936f5c Mon Sep 17 00:00:00 2001 From: someone2639 Date: Sat, 2 Oct 2021 09:32:16 -0400 Subject: [PATCH] i hate the c preprocessor --- asm/math.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asm/math.s b/asm/math.s index d1188cc1..1ae58394 100644 --- a/asm/math.s +++ b/asm/math.s @@ -12,8 +12,8 @@ glabel mtxf_to_mtx_asm li.s $f8, 1.0 li $v0, 1 li.s $f4, 65536.0 - # flags will never update in this loop, so do the compare only once - # if this ever breaks contact someone2639, and then maybe MIPS Technologies, Inc. + // flags will never update in this loop, so do the compare only once. + // if this ever breaks contact someone2639, and then maybe MIPS Technologies, Inc. c.eq.s $f6, $f8 1: lwc1 $f0, ($a1)