From ba3c64fb476d57c35013970ac444f04f35893ca9 Mon Sep 17 00:00:00 2001 From: bellard Date: Mon, 5 Dec 2005 20:31:52 +0000 Subject: Initial SPARC SMP support (Blue Swirl) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1694 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-sparc/cpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target-sparc') diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index baff0c460..28efab758 100644 --- a/target-sparc/cpu.h +++ b/target-sparc/cpu.h @@ -166,6 +166,7 @@ typedef struct CPUSPARCState { int exception_index; int interrupt_index; int interrupt_request; + int halted; /* NOTE: we allow 8 more registers to handle wrapping */ target_ulong regbase[NWINDOWS * 16 + 8]; -- cgit v1.2.3