Work on projects.
[pintos-anon] / doc / userprog.texi
index 2b7edb46b36cf4984bf201c227b6391aa254c6c6..f80a80c28ad0ac6e705447fee78900b3380bb74c 100644 (file)
@@ -516,6 +516,10 @@ restore registers before and after a function call, you need to write
 the stack pointer, you have a couple of jumps which probably wrecks
 some of your caches.  This is why inlining code can be much faster.
 
+@menu
+* Argument Passing to main::    
+@end menu
+
 @node Argument Passing to main
 @subsection Argument Passing to @code{main()}