From 6701d81d74b3fbc7afd73a18d1c82602a811e409 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 3 Oct 2017 13:59:15 +0200 Subject: i386: hvf: unify register enums between HVF and the rest Signed-off-by: Paolo Bonzini --- target/i386/hvf/x86_decode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/i386/hvf/x86_decode.h') 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, -- cgit v1.2.3-55-g7522