Some fixes and missing comments for restore-mechanism.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1236 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -453,10 +453,11 @@ Bit64u bx_pc_system_c::time_usec()
|
||||
|
||||
void bx_pc_system_c::start_timers(void) { }
|
||||
|
||||
//DanceOS
|
||||
// DanceOS
|
||||
#ifdef DANCEOS_RESTORE
|
||||
void bx_pc_system_c::delete_timers(void){
|
||||
numTimers = 1 + BX_SUPPORT_APIC;
|
||||
void bx_pc_system_c::delete_timers(void)
|
||||
{
|
||||
numTimers = 1 + BX_SUPPORT_APIC;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user