diff options
author | Paolo Bonzini | 2017-10-03 13:59:15 +0200 |
---|---|---|
committer | Paolo Bonzini | 2017-12-22 15:02:07 +0100 |
commit | 6701d81d74b3fbc7afd73a18d1c82602a811e409 (patch) | |
tree | 2fdc41380746ba3b4228ed95f15644c35248d5d3 /target/i386/hvf/x86_decode.h | |
parent | i386: hvf: header cleanup (diff) | |
download | qemu-6701d81d74b3fbc7afd73a18d1c82602a811e409.tar.gz qemu-6701d81d74b3fbc7afd73a18d1c82602a811e409.tar.xz qemu-6701d81d74b3fbc7afd73a18d1c82602a811e409.zip |
i386: hvf: unify register enums between HVF and the rest
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/i386/hvf/x86_decode.h')
-rw-r--r-- | target/i386/hvf/x86_decode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/i386/hvf/x86_decode.h b/target/i386/hvf/x86_decode.h index 3e1eca0cdb..b3dc88e167 100644 --- a/target/i386/hvf/x86_decode.h +++ b/target/i386/hvf/x86_decode.h @@ -308,7 +308,7 @@ addr_t get_reg_val(CPUX86State *env, int reg, int is_extended, int size); void calc_modrm_operand(CPUX86State *env, struct x86_decode *decode, struct x86_decode_op *op); addr_t decode_linear_addr(CPUX86State *env, struct x86_decode *decode, - addr_t addr, x86_reg_segment seg); + addr_t addr, enum X86Seg seg); void init_decoder(void); void calc_modrm_operand16(CPUX86State *env, struct x86_decode *decode, |