update PrintInt and change PutString to PutInt
This commit is contained in:
@@ -359,3 +359,8 @@ Interrupt::DumpState()
|
||||
cout << "\nEnd of pending interrupts\n";
|
||||
}
|
||||
|
||||
void
|
||||
Interrupt::PrintInt(int value)
|
||||
{
|
||||
return kernel->PrintInt(value);
|
||||
}
|
||||
Reference in New Issue
Block a user