summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2021-02-07 17:22:00 -0500
committerPheenoh <pheenoh@gmail.com>2021-02-07 17:22:00 -0500
commite981981b913477e8d353b0b675505f4ba71a502f (patch)
treebd96e3cf6df42e423a7f82fde987e702c3685d81 /src
parent4d1d86592106df3a64909664e64ab42703a0d294 (diff)
swap back to inline asm for Debug_console
Diffstat (limited to 'src')
-rw-r--r--src/m_Do/m_Do_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_Do/m_Do_main.cpp b/src/m_Do/m_Do_main.cpp
index 363ae5709c..fae19d8aeb 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;