On 1/15/26 22:33, Paolo Bonzini wrote:
Unlike the older code in translate.c, mod=11b*is* filtered out earlier
by decode_modrm, and it would have returned bogus code. Since the register
case is so simple, just inline decode_modrm_address into its caller instead
of removing the "if".
Suggested-by: Richard Henderson<[email protected]>
Signed-off-by: Paolo Bonzini<[email protected]>
---
target/i386/tcg/decode-new.c.inc | 64 ++++++++++++--------------------
1 file changed, 24 insertions(+), 40 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~