Simplify exec_in_big_real_mode() calling convention
Instead of passing both the address and size of the instruction to be
executed, pass the address of a descriptor containing both.
The label denoting the end of the instruction is eliminated, reducing
aliases which confuse objdump.
Signed-off-by:
Avi Kivity <avi@redhat.com>
This diff is collapsed.
Please register or sign in to comment