Update tests.
[pintos-anon] / grading / userprog / sc-bad-sp.c
index d7a0f826a17b747828b3d1f62a8d0dc94091b734..11538788b920e8a8af01043feaa2849b38bf3535 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 $0x20101234, %esp; int $0x30");
   printf ("(sc-bad-sp) end\n"); 
   return 0;
 }