aboutsummaryrefslogtreecommitdiff
path: root/target/i386/hvf/x86_emu.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/i386/hvf/x86_emu.h')
-rw-r--r--target/i386/hvf/x86_emu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/i386/hvf/x86_emu.h b/target/i386/hvf/x86_emu.h
index 4b846ba80e..8bd97608c4 100644
--- a/target/i386/hvf/x86_emu.h
+++ b/target/i386/hvf/x86_emu.h
@@ -26,8 +26,8 @@
void init_emu(void);
bool exec_instruction(CPUX86State *env, struct x86_decode *ins);
-void load_regs(struct CPUState *cpu);
-void store_regs(struct CPUState *cpu);
+void load_regs(CPUState *cpu);
+void store_regs(CPUState *cpu);
void simulate_rdmsr(CPUX86State *env);
void simulate_wrmsr(CPUX86State *env);