X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fuserprog%2Fsc-boundary.c;h=fd147bd40ccd437f605a208140a140cb8f8ce6ba;hb=252579b95653c24a2fdd1691b36dede118631596;hp=28525684d9676c70c4913ef2a4d8c513d2f44009;hpb=3f9f9abc72ba696d4ef1ddb65cb4bac9056cb00f;p=pintos-anon diff --git a/src/tests/userprog/sc-boundary.c b/src/tests/userprog/sc-boundary.c index 2852568..fd147bd 100644 --- a/src/tests/userprog/sc-boundary.c +++ b/src/tests/userprog/sc-boundary.c @@ -13,7 +13,7 @@ test_main (void) and its argument at the beginning of another. */ int *p = get_boundary_area (); p--; - p[0] = SYS_exit; + p[0] = SYS_EXIT; p[1] = 42; /* Invoke the system call. */