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-sh4/cpu.h | 1 - 1 file changed, 1 deletion(-) (limited to 'target-sh4') diff --git a/target-sh4/cpu.h b/target-sh4/cpu.h index 72ac82f..812db93 100644 --- a/target-sh4/cpu.h +++ b/target-sh4/cpu.h @@ -117,7 +117,6 @@ typedef struct CPUSH4State { jmp_buf jmp_env; int user_mode_only; int interrupt_request; - int halted; int exception_index; CPU_COMMON tlb_t utlb[UTLB_SIZE]; /* unified translation table */ tlb_t itlb[ITLB_SIZE]; /* instruction translation table */ -- cgit v1.1