This commit is contained in:
Yeongjin Jang 2019-04-01 21:36:31 -07:00
parent 023f974e4c
commit 7d3fde5f77

View File

@ -74,6 +74,7 @@ sched_halt(void)
"movl %0, %%esp\n" "movl %0, %%esp\n"
"pushl $0\n" "pushl $0\n"
"pushl $0\n" "pushl $0\n"
// LAB 4:
// Uncomment the following line after completing exercise 13 // Uncomment the following line after completing exercise 13
//"sti\n" //"sti\n"
"1:\n" "1:\n"