diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-01-21 14:27:32 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-01-21 14:27:32 -0600 |
commit | 608e06126acdc8b6d32a0aa71fdc57bc188b8d7b (patch) | |
tree | 6f36375453ab07d7b2ff937f21954919de01d3e1 /src/debug/start_menu_debug.c | |
parent | 11a9371349e1743a18dce28cc60b69dd6a29b665 (diff) |
fix build of normal ROMs
Diffstat (limited to 'src/debug/start_menu_debug.c')
-rw-r--r-- | src/debug/start_menu_debug.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/debug/start_menu_debug.c b/src/debug/start_menu_debug.c index f8e10baa2..572251fb4 100644 --- a/src/debug/start_menu_debug.c +++ b/src/debug/start_menu_debug.c @@ -1,3 +1,5 @@ +#if DEBUG + __attribute__((naked)) void debug_sub_8076AC8() { @@ -6128,3 +6130,4 @@ void DebugMenu_OpenKiwa() ); } +#endif |