Improve debuggability by adding .func/.endfunc around functions.
[pintos-anon] / grading / userprog / null.S
index e4f7e3af016d2d7638a131dbcd4b891335d8fa0d..ded0e5954935a595cfd12fc64217ea0d9f0f2766 100644 (file)
@@ -1,3 +1,5 @@
-       .globl _start
+.globl _start
+.func _start
 _start:                
        int $0x30
+.endfunc