From: Julian Seward Date: Thu, 2 Dec 2004 23:36:20 +0000 (+0000) Subject: Add another comment and actually complete the commit message :-) X-Git-Tag: svn/VALGRIND_3_0_1^2~725 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40c52285d1a5ee41fe72d52199a19f939de79db9;p=thirdparty%2Fvalgrind.git Add another comment and actually complete the commit message :-) git-svn-id: svn://svn.valgrind.org/vex/trunk@609 --- diff --git a/VEX/priv/guest-arm/toIR.c b/VEX/priv/guest-arm/toIR.c index 4589cb2f03..322f2d6ec3 100644 --- a/VEX/priv/guest-arm/toIR.c +++ b/VEX/priv/guest-arm/toIR.c @@ -1002,6 +1002,8 @@ static DisResult disInstr ( /*IN*/ Bool resteerOK, E1A006E0 mov r0, r0, ror #13 E1A009E0 mov r0, r0, ror #19 */ + /* I suspect these will have to be turned the other way round to + work on little-endian arm. */ if (code[0] == 0xE1A00EE0 && code[1] == 0xE1A001E0 && code[2] == 0xE1A00DE0 &&