]> git.proxmox.com Git - qemu.git/blobdiff - target-mips/cpu.h
moved halted field to CPU_COMMON
[qemu.git] / target-mips / cpu.h
index 31d54e4f8330b41dbdcfe9fcbaafa2a87ed0c12a..cb12b3c28bbd1ba490e6f057e4c7261f325e6947 100644 (file)
@@ -449,8 +449,6 @@ struct CPUMIPSState {
     target_ulong btarget;        /* Jump / branch target               */
     int bcond;                   /* Branch condition (if needed)       */
 
-    int halted; /* TRUE if the CPU is in suspend state */
-
     int SYNCI_Step; /* Address step size for SYNCI */
     int CCRes; /* Cycle count resolution/divisor */
     uint32_t CP0_Status_rw_bitmask; /* Read/write bits in CP0_Status */