--- trunk/src/cpu.c 2007/10/08 16:20:26 28 +++ trunk/src/cpu.c 2007/10/08 16:20:40 30 @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: cpu.c,v 1.348 2006/07/20 21:52:59 debug Exp $ + * $Id: cpu.c,v 1.349 2006/07/26 23:21:47 debug Exp $ * * Common routines for CPU emulation. (Not specific to any CPU type.) */ @@ -77,7 +77,6 @@ cpu->machine = machine; cpu->cpu_id = cpu_id; cpu->byte_order = EMUL_LITTLE_ENDIAN; - cpu->bootstrap_cpu_flag = 0; cpu->running = 0; cpu_create_or_reset_tc(cpu);