]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix xxsel parsing error, update.
authorCarl Love <cel@us.ibm.com>
Mon, 7 Nov 2016 19:58:19 +0000 (19:58 +0000)
committerCarl Love <cel@us.ibm.com>
Mon, 7 Nov 2016 19:58:19 +0000 (19:58 +0000)
Commit 3284 listed Bugzilla 148000 which is incorrect.

Tweeked comments so the file VEX/priv/guest_ppc_toIR.c can be committed again.

The correct bugzilla is 372185.

git-svn-id: svn://svn.valgrind.org/vex/trunk@3285

VEX/priv/guest_ppc_toIR.c

index c2656455901d57d7e1af227389a175d4c59fc01d..0ff62b92d5cabcf625bec4a0fe9e6b5e171c7511 100644 (file)
@@ -27218,7 +27218,9 @@ static struct vsx_insn vsx_xx3[] = {
 #define VSX_XX3_LEN (sizeof vsx_xx3 / sizeof *vsx_xx3)
 
 
-// ATTENTION: This search functions assumes vsx_all array is sorted.
+/* ATTENTION: These search functions assumes vsx_xx2 and vsx_xx3 arrays
+ * are sorted.
+ */
 static Int findVSXextOpCode_xx2(UInt opcode)
 {
    Int low, mid, high;