target/i386: use local X86DecodedOp in gen_POP()
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Thu, 6 Jun 2024 09:53:16 +0000 (10:53 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 8 Jun 2024 08:33:38 +0000 (10:33 +0200)
commitf41990f552839ad016467586a9540b9455cc52fd
treeffe136f1ce5147a77cc0c039d0b4a23f2ef2d665
parentb37c0dc85214e9d5e4a9b6f6a496ce4de3b8a4d6
target/i386: use local X86DecodedOp in gen_POP()

This will make subsequent changes a little easier to read.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-ID: <20240606095319.229650-2-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/emit.c.inc