From 96fb28a61f429f56a344e34add95d028e2c79f5e Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 16:54:18 +0000 Subject: [PATCH] Added FUNCTION_EXIT macro date 99.05.19.22.14.00; author rmoore1; state Exp; --- source/components/hardware/hwregs.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/components/hardware/hwregs.c b/source/components/hardware/hwregs.c index 6e1ac89ea..0aa590260 100644 --- a/source/components/hardware/hwregs.c +++ b/source/components/hardware/hwregs.c @@ -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; }