]> git.ipfire.org Git - thirdparty/valgrind.git/commit
The patch used the binary constants 0b10000 and 0b10001. The 0b designator
authorCarl Love <cel@us.ibm.com>
Fri, 6 Sep 2013 16:49:42 +0000 (16:49 +0000)
committerCarl Love <cel@us.ibm.com>
Fri, 6 Sep 2013 16:49:42 +0000 (16:49 +0000)
commit45d0a88198f04823b526fb0cf02b8ea8f6769428
treee79c100e618a6f4e3a9f8c641a0c70b94be758f0
parent548bb65c7a9a1ddc65eabdb71c9cbf6b52dd4f51
The patch used the binary constants 0b10000 and 0b10001.  The 0b designator
is supported by the GCC extensions but not all compilers seem to support the
0b extension in GCC.  Therefore, the binary constats were changed to their
equivalent hex values as suggested by Florian.

The Bugzilla for the change is 324518.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2753
VEX/priv/guest_ppc_toIR.c