From e981981b913477e8d353b0b675505f4ba71a502f Mon Sep 17 00:00:00 2001 From: Pheenoh Date: Sun, 7 Feb 2021 17:22:00 -0500 Subject: [PATCH] swap back to inline asm for Debug_console --- src/m_Do/m_Do_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_Do/m_Do_main.cpp b/src/m_Do/m_Do_main.cpp index 363ae5709cc..fae19d8aeb9 100644 --- a/src/m_Do/m_Do_main.cpp +++ b/src/m_Do/m_Do_main.cpp @@ -262,7 +262,7 @@ asm void debugDisplay(void) { } #endif -#ifndef NONMATCHING +#ifdef NONMATCHING void Debug_console(u32 controller_no) { float tmp2; float tmp3;