From 230c869def63de10d1a729e579ba8ca3b79e0ae7 Mon Sep 17 00:00:00 2001 From: Ryan Myers Date: Tue, 21 Sep 2021 16:01:16 -0400 Subject: [PATCH] Removed comment about regalloc issues --- lib/src/printf.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/src/printf.c b/lib/src/printf.c index f2b747ef..9f3c8c24 100644 --- a/lib/src/printf.c +++ b/lib/src/printf.c @@ -15,9 +15,6 @@ char _spaces[] = " "; char _zeroes[] = "00000000000000000000000000000000"; static void _Putfld(printf_struct *a0, va_list *args, u8 type, u8 *buff); -//Has Regalloc issues. This is a hybrid of SM64, and libreultra. -//libreultra just doesn't match, but it had some cleaner code -//so I copied it where I could. s32 _Printf(outfun prout, char *dst, const char *fmt, va_list args) { printf_struct x; const u8 *fmt_ptr;