From: Carl Love Date: Mon, 7 Nov 2016 19:58:19 +0000 (+0000) Subject: Fix xxsel parsing error, update. X-Git-Tag: svn/VALGRIND_3_13_0^2~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62344f2745846233955d4dbe5a80cc8cb153a90e;p=thirdparty%2Fvalgrind.git Fix xxsel parsing error, update. 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 --- diff --git a/VEX/priv/guest_ppc_toIR.c b/VEX/priv/guest_ppc_toIR.c index c265645590..0ff62b92d5 100644 --- a/VEX/priv/guest_ppc_toIR.c +++ b/VEX/priv/guest_ppc_toIR.c @@ -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;