summaryrefslogtreecommitdiffstats
path: root/src/emu/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu.h')
-rw-r--r--src/emu/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu.h b/src/emu/cpu.h
index 6f2a077..b580672 100644
--- a/src/emu/cpu.h
+++ b/src/emu/cpu.h
@@ -18,7 +18,7 @@ enum {
void trap(int num);
/* stack pointer */
-extern uint32_t SP;
+extern uint32_t StP;
/* base pointer */
extern uint32_t BP;