applied a temporary fix so that it can compile
This commit is contained in:
parent
d47cdb919a
commit
23d4785e8e
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: main.cc,v 1.95 2002-03-27 16:05:13 bdenney Exp $
|
||||
// $Id: main.cc,v 1.96 2002-03-29 23:37:07 instinc Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2001 MandrakeSoft S.A.
|
||||
@ -1174,7 +1174,7 @@ bx_init_hardware()
|
||||
BX_MEM(0)->load_ROM(bx_options.vgarom.Opath->getptr (), 0xc0000);
|
||||
BX_CPU(0)->init (BX_MEM(0));
|
||||
#if BX_SUPPORT_APIC
|
||||
BX_CPU(0)->local_apic.set_id (i);
|
||||
BX_CPU(0)->local_apic.set_id (0);
|
||||
#endif
|
||||
BX_CPU(0)->reset(BX_RESET_HARDWARE);
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user