Add some more correctness assertions to free().
[pintos-anon] / src / threads / intr-stubs.h
index 3f2db7e1870d5d0401ef63dd821b73b878a34804..116b637e3cd0b7560f4a5d3dae57b475f80ba0db 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef HEADER_INTR_STUBS_H
-#define HEADER_INTR_STUBS_H
+#ifndef THREADS_INTR_STUBS_H
+#define THREADS_INTR_STUBS_H
 
 /* Interrupt stubs.
 
@@ -17,4 +17,4 @@ extern intr_stub_func *intr_stubs[256];
 /* Interrupt return path. */
 void intr_exit (void);
 
-#endif /* intr-stubs.h */
+#endif /* threads/intr-stubs.h */