|
From: <sv...@va...> - 2017-02-11 10:47:04
|
Author: tom
Date: Sat Feb 11 10:46:57 2017
New Revision: 3303
Log:
Add comment about HINT instructions.
Modified:
trunk/priv/guest_arm64_toIR.c
Modified: trunk/priv/guest_arm64_toIR.c
==============================================================================
--- trunk/priv/guest_arm64_toIR.c (original)
+++ trunk/priv/guest_arm64_toIR.c Sat Feb 11 10:46:57 2017
@@ -7025,6 +7025,9 @@
/* -------------------- HINT ------------------- */
/* 31 23 15 11 4 3
1101 0101 0000 0011 0010 imm7 1 1111
+ Catch otherwise unhandled HINT instructions - any
+ like YIELD which are explicitly handled should go
+ above this case.
*/
if (INSN(31,24) == BITS8(1,1,0,1,0,1,0,1)
&& INSN(23,16) == BITS8(0,0,0,0,0,0,1,1)
|