diff options
Diffstat (limited to 'source/compiler/dtutils.c')
-rw-r--r-- | source/compiler/dtutils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/compiler/dtutils.c b/source/compiler/dtutils.c index 067d0ece2c1b..bb07894e2813 100644 --- a/source/compiler/dtutils.c +++ b/source/compiler/dtutils.c @@ -189,7 +189,8 @@ DtError ( /* Check if user wants to ignore this exception */ - if (AslIsExceptionIgnored (Level, MessageId)) + if (AslIsExceptionIgnored (AslGbl_Files[ASL_FILE_INPUT].Filename, + FieldObject->Line, Level, MessageId)) { return; } |