]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add another comment and actually complete the commit message :-)
authorJulian Seward <jseward@acm.org>
Thu, 2 Dec 2004 23:36:20 +0000 (23:36 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 2 Dec 2004 23:36:20 +0000 (23:36 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@609

VEX/priv/guest-arm/toIR.c

index 4589cb2f03873afa8df3c5c5a2475b51c211cb65..322f2d6ec3b53872860dbb01b6b86186b9337bec 100644 (file)
@@ -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 &&