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 8f6e269a-dfd6-0310-a8e1-e2731360e62c
1 file changed