]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Record the ELF x86 regparm registers.
authorJulian Seward <jseward@acm.org>
Sat, 22 Oct 2011 09:35:33 +0000 (09:35 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 22 Oct 2011 09:35:33 +0000 (09:35 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12191

docs/internals/register-uses.txt

index 63de098eac1095a940b37b33bee9fc812ec173c9..f1df5a886708526ecf5ea8b624acc5f2566aca38 100644 (file)
@@ -24,6 +24,9 @@ st0        n ?         n        fp retreg            y
 st1-7      n ?         n                             y
 xmm0-7     n ?         n                             y
 
+In the case where arguments are passed in registers, the arg1,2,3
+registers are EAX, EDX, and ECX respectively.
+
 
 amd64-linux
 ~~~~~~~~~~~