mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 17:34:43 +03:00
Fixed exit macros
date 2000.05.19.21.57.00; author rmoore1; state Exp;
This commit is contained in:
parent
5d876aa281
commit
612e0bdd65
@ -607,7 +607,7 @@ _CmAllocate (
|
||||
|
||||
DEBUG_PRINT (TRACE_ALLOCATIONS, ("CmAllocate: %p Size 0x%x\n", Address, Size));
|
||||
|
||||
return_VALUE (Address);
|
||||
return_PTR (Address);
|
||||
}
|
||||
|
||||
|
||||
@ -667,7 +667,7 @@ _CmCallocate (
|
||||
|
||||
DEBUG_PRINT (TRACE_ALLOCATIONS, ("CmCallocate: %p Size 0x%x\n", Address, Size));
|
||||
|
||||
return_VALUE (Address);
|
||||
return_PTR (Address);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user