On 12/10/25 07:16, Paolo Bonzini wrote:
@@ -2222,6 +2217,10 @@ static bool decode_insn(DisasContext *s, CPUX86State 
*env, X86DecodeFunc decode_
  {
      X86OpEntry *e = &decode->e;
+ /*
+     * Each step decodes part of the opcode and place the last 
not-fully-decoded

places

+     * byte in decode->b.  If the modrm byte is read, it is placed in s->modrm.
+     */
      decode_func(s, env, e, &decode->b);
      while (e->is_decode) {
          e->is_decode = false;

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to