mirror of
https://github.com/acpica/acpica/
synced 2025-02-07 00:54:16 +03:00
Added FUNCTION_EXIT macro
date 99.05.19.22.14.00; author rmoore1; state Exp;
This commit is contained in:
parent
784041ad5e
commit
96fb28a61f
@ -520,6 +520,7 @@ AcpiRegisterIO (INT32 ReadWrite, INT32 RegisterId, ... /* UINT32 Value */)
|
||||
RegisterValue >>= GetBitShift (Mask);
|
||||
|
||||
DEBUG_PRINT (TRACE_IO, ("Register I/O: returning 0x%X\n", RegisterValue));
|
||||
FUNCTION_EXIT;
|
||||
return (RegisterValue);
|
||||
}
|
||||
|
||||
@ -579,4 +580,6 @@ ClearAllAcpiChipsetStatusBits (void)
|
||||
OsdOut8 ((UINT16) (FACP->Gpe1Blk + Index), (UINT8) 0xff);
|
||||
}
|
||||
}
|
||||
|
||||
FUNCTION_EXIT;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user