summaryrefslogtreecommitdiff
path: root/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'mmu.h')
-rw-r--r--mmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mmu.h b/mmu.h
index fd10ed6..82fb89d 100644
--- a/mmu.h
+++ b/mmu.h
@@ -125,7 +125,7 @@ struct segdesc {
// Task state segment format (as described by the Pentium architecture book)
struct taskstate {
uint link; // Old ts selector
- uint * esp0; // Stack pointers and segment selectors
+ uint esp0; // Stack pointers and segment selectors
ushort ss0; // after an increase in privilege level
ushort padding1;
uint * esp1;