summaryrefslogtreecommitdiff
path: root/src/code/graph.c
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2023-11-22 20:19:31 +1100
committerGitHub <noreply@github.com>2023-11-22 04:19:31 -0500
commitf2c06ce441a38a032202b9024fdfa57bb36a67c2 (patch)
treebb924e2c2b577db8138ac67a6e44a00b5f15b1f8 /src/code/graph.c
parent2aaa286cf85a51a46bbf1e4ad8f8a36588fd22ad (diff)
Misc Cleanup (#1585)
* misc cleanup * more fake matches * revert for sym
Diffstat (limited to 'src/code/graph.c')
-rw-r--r--src/code/graph.c1
1 files changed, 0 insertions, 1 deletions
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);
}