mirror of
https://github.com/acpica/acpica/
synced 2025-01-28 20:25:25 +03:00
Fix for null string case
date 2004.10.12.20.10.00; author rmoore1; state Exp;
This commit is contained in:
parent
d7dc8e0d92
commit
22f5fb8e4c
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: aslopt- Compiler optimizations
|
||||
* $Revision: 1.15 $
|
||||
* $Revision: 1.16 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -593,7 +593,7 @@ OptOptimizeNamePath (
|
||||
|
||||
/* Various required items */
|
||||
|
||||
if (!TargetNode || !WalkState || !Op->Common.Parent)
|
||||
if (!TargetNode || !WalkState || !AmlNameString || !Op->Common.Parent)
|
||||
{
|
||||
return_VOID;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user