diff options
Diffstat (limited to 'source/compiler/aslanalyze.c')
| -rw-r--r-- | source/compiler/aslanalyze.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/compiler/aslanalyze.c b/source/compiler/aslanalyze.c index 45ca35c25e85..668f6605fd5b 100644 --- a/source/compiler/aslanalyze.c +++ b/source/compiler/aslanalyze.c @@ -308,6 +308,12 @@ AnCheckMethodReturnValue ( Node = ArgOp->Asl.Node; + if (!Node) + { + /* No error message, this can happen and is OK */ + + return; + } /* Examine the parent op of this method */ |
