mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-13 06:33:56 +00:00
that we currently support use the same handlers in the kernel without any platform specific wrappers. The final argument is a 64 bit argument however, which means that it requires two registers on x86 and ppc32 and only one on amd64. The reason it works in the kernel is that x86 and ppc32 calling conventions inside the kernel work out correctly and the values get joined together. For our purposes we make x86 and ppc32 use the generic veneer with five arguments and amd64 use a platform specific one with four... git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4110
169 KiB
169 KiB