Clean up interrupt handling.
[pintos-anon] / src / threads / interrupt.h
index 917fc7591bf4cb61bd2212f2d09cb012b26b49b8..a40276a5852340ef5dd54f969c9346ba5dcca281 100644 (file)
@@ -37,7 +37,7 @@ struct intr_frame
     void (*eip) (void);
     uint16_t cs, :16;
     uint32_t eflags;
-    uint32_t esp;
+    void *esp;
     uint16_t ss, :16;
   };