From f2c06ce441a38a032202b9024fdfa57bb36a67c2 Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:19:31 +1100 Subject: Misc Cleanup (#1585) * misc cleanup * more fake matches * revert for sym --- src/code/graph.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/code/graph.c') diff --git a/src/code/graph.c b/src/code/graph.c index fd79efac5..8a0057c7b 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -181,7 +181,6 @@ void Graph_TaskSet00(GraphicsContext* gfxCtx) { R_HREG_MODE = HREG_MODE_UCODE_DISAS; R_UCODE_DISAS_TOGGLE = 1; R_UCODE_DISAS_LOG_LEVEL = 2; - sPrevTaskWorkBuffer = sPrevTaskWorkBuffer; Graph_DisassembleUCode(sPrevTaskWorkBuffer); } -- cgit v1.2.3