|
From: <sv...@va...> - 2016-11-07 19:58:26
|
Author: carll
Date: Mon Nov 7 19:58:19 2016
New Revision: 3285
Log:
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.
Modified:
trunk/priv/guest_ppc_toIR.c
Modified: trunk/priv/guest_ppc_toIR.c
==============================================================================
--- trunk/priv/guest_ppc_toIR.c (original)
+++ trunk/priv/guest_ppc_toIR.c Mon Nov 7 19:58:19 2016
@@ -27218,7 +27218,9 @@
#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;
|