]> Git Repo - qemu.git/blobdiff - hw/mcf_intc.c
qxl: always update displaysurface on resize
[qemu.git] / hw / mcf_intc.c
index 0b498dd3acfab541868958f2c7a536670d634cdb..cc1a5f3763037896062188ec3f98f098d214d3ec 100644 (file)
@@ -16,7 +16,7 @@ typedef struct {
     uint64_t ifr;
     uint64_t enabled;
     uint8_t icr[64];
-    CPUState *env;
+    CPUM68KState *env;
     int active_vector;
 } mcf_intc_state;
 
@@ -139,7 +139,7 @@ static const MemoryRegionOps mcf_intc_ops = {
 
 qemu_irq *mcf_intc_init(MemoryRegion *sysmem,
                         target_phys_addr_t base,
-                        CPUState *env)
+                        CPUM68KState *env)
 {
     mcf_intc_state *s;
 
This page took 0.025762 seconds and 4 git commands to generate.