Correctly initialize the esp0 pointer in the TSS for the initial
[pintos-anon] / src / userprog / tss.h
index fa8d47b54efb50969e44e54c7ae2e9df6b90ff99..467bd19e51ffc4f1bce00ea88496302c9ae9d6f2 100644 (file)
@@ -6,6 +6,6 @@
 struct tss;
 void tss_init (void);
 struct tss *tss_get (void);
-void tss_set_esp0 (uint8_t *);
+void tss_update (void);
 
 #endif /* userprog/tss.h */