X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fstart.S;h=58624791a78e599bac5df8914a0fc0398b8dc52c;hb=637d20eadbc4cb26b67335c282b34e20a2738fb6;hp=351b5e1532a95eb286d1c05c82509034cade63f2;hpb=d4c9aca807cfbe799e211f574eab051954e7fd8c;p=pintos-anon diff --git a/src/threads/start.S b/src/threads/start.S index 351b5e1..5862479 100644 --- a/src/threads/start.S +++ b/src/threads/start.S @@ -2,7 +2,7 @@ # is the very beginning of its binary image. All we need to do is # jump to the real entry point. - .globl start +.globl start start: call main # If main returns, spin.