Add more tests.
[pintos-anon] / grading / userprog / sc-bad-sp.c
index 9d996e980a248eab143dc78718d24fa2ffae4c9a..d7a0f826a17b747828b3d1f62a8d0dc94091b734 100644 (file)
@@ -5,7 +5,7 @@ int
 main (void) 
 {
   printf ("(sc-bad-sp) begin\n"); 
-  asm volatile ("mov $0xc0101234, %%esp; int $0x30");
+  asm volatile ("mov $0xc0101234, %esp; int $0x30");
   printf ("(sc-bad-sp) end\n"); 
   return 0;
 }