aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/registers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/registers.h')
-rw-r--r--src/cpu/registers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/registers.h b/src/cpu/registers.h
index d2f2e74..cbeeeb4 100644
--- a/src/cpu/registers.h
+++ b/src/cpu/registers.h
@@ -10,7 +10,7 @@ struct cpu_state {
uint32_t edi; // destination index: string, memory copying and setting, far pointer addressing with ES
uint32_t esi; // source index: string and memory copying
uint32_t ebp; // stack base pointer
- const uint32_t esp; // stack pointer; this register is not used by popa
+ uint32_t esp; // stack pointer; this register is not used by popa
// general registers
uint32_t ebx; // base register: base pointer for memory access