diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-03-26 21:13:14 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-03-26 21:13:14 +0000 |
commit | a117a0a6c82c5a5030040bd2b75704a1366741d6 (patch) | |
tree | 29eb5a43c2eeafbdaada31b2f23a7b96f623b260 /source/compiler/dtutils.c | |
parent | aa36cd6999384cddbfa0d030bcdd44e8bf9c7779 (diff) |
Notes
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; } |