From ce5232c5c281552039466be5eadf93a712eb7611 Mon Sep 17 00:00:00 2001 From: bellard Date: Wed, 28 May 2008 17:14:10 +0000 Subject: moved halted field to CPU_COMMON git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4609 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-mips/cpu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'target-mips/cpu.h') diff --git a/target-mips/cpu.h b/target-mips/cpu.h index 31d54e4f83..cb12b3c28b 100644 --- a/target-mips/cpu.h +++ b/target-mips/cpu.h @@ -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 */ -- cgit v1.2.1