]> Git Repo - qemu.git/blobdiff - xtensa-semi.c
pci: Unregister BARs before device exit
[qemu.git] / xtensa-semi.c
index ba0e828b321b125c5826d1da6131edb319226413..b7c8c3456436437bb13e004fad96862d2c074291 100644 (file)
@@ -31,7 +31,7 @@
 #include <stddef.h>
 #include "cpu.h"
 #include "dyngen-exec.h"
-#include "helpers.h"
+#include "helper.h"
 #include "qemu-log.h"
 
 enum {
@@ -55,7 +55,7 @@ enum {
     SELECT_ONE_EXCEPT = 3,
 };
 
-void HELPER(simcall)(CPUState *env)
+void HELPER(simcall)(CPUXtensaState *env)
 {
     uint32_t *regs = env->regs;
 
This page took 0.023875 seconds and 4 git commands to generate.