X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fuserprog.texi;h=5c0ee7224830eb5ae8df2179dcb414e1b1e0ae15;hb=51c7b0ba8caf78a6d47b979664b84bcb392e1c5b;hp=36012330b79bfbb47f84137b97e3f1a5ba6c06ff;hpb=4e4373a871179d3fb42c49841dbb25091bad9b2b;p=pintos-anon diff --git a/doc/userprog.texi b/doc/userprog.texi index 3601233..5c0ee72 100644 --- a/doc/userprog.texi +++ b/doc/userprog.texi @@ -654,7 +654,7 @@ calling convention. Some of the basics should be familiar from CS have seen even more of it. I've omitted some of the complexity, since this isn't a class in how function calls work, so don't expect this to be exactly correct in full, gory detail. If you do want all the -details, you can refer to @cite{[SysV-i386]}. +details, you can refer to @bibref{SysV-i386}. Whenever a function call happens, you need to put the arguments on the call stack for that function, before the code for that function