mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Remove debugging code
svn path=/trunk/; revision=1745
This commit is contained in:
parent
ca5d9b1a2d
commit
877f965575
1 changed files with 0 additions and 13 deletions
|
@ -75,24 +75,11 @@ Ke386CallBios(UCHAR Int, PKV86M_REGISTERS Regs)
|
|||
Regs->Vif = 1;
|
||||
Regs->PStatus = &Status;
|
||||
|
||||
WRITE_PORT_UCHAR((PUCHAR)0xea, 0);
|
||||
|
||||
/*
|
||||
* Execute the BIOS interrupt
|
||||
*/
|
||||
Ki386RetToV86Mode(Regs, &ORegs);
|
||||
|
||||
WRITE_PORT_UCHAR((PUCHAR)0xea, 1);
|
||||
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("Ke386CallBios() failed (Status %x)\n", Status);
|
||||
}
|
||||
else
|
||||
{
|
||||
DPRINT1("Ke386CallBios succeeded\n");
|
||||
}
|
||||
|
||||
/*
|
||||
* Copy the return values back to the caller
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue