mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 17:34:43 +03:00
Uses new validation macros
date 99.09.28.22.36.00; author rmoore1; state Exp;
This commit is contained in:
parent
ccfc3446bf
commit
7698bb498f
@ -354,10 +354,10 @@ NsDumpOneObject (
|
||||
Value[6], Value[7], Value[8], Value[9], Value[10],
|
||||
Value[11], Value[12], Value[13], Value[14], Value[15]));
|
||||
|
||||
/* If value is NOT an internal object, we are done here */
|
||||
/* If value is NOT an internal object, we are done */
|
||||
|
||||
if ((NsIsInSystemTable (Value)) ||
|
||||
(IS_NS_HANDLE (Value)))
|
||||
(VALID_DESCRIPTOR_TYPE (Value, DESC_TYPE_NTE)))
|
||||
{
|
||||
return AE_OK;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user