diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-09-27 16:43:02 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-09-27 16:43:02 +0000 |
commit | 73d55968743da26d1ff63e9939f191d217aea206 (patch) | |
tree | ffb27de4d7c207dd7aeebd04b24e04f85d23b8dc /source/compiler/aslresource.c | |
parent | c6014c64fcfd099d0087da3509e8a623d2c30209 (diff) |
Notes
Diffstat (limited to 'source/compiler/aslresource.c')
-rw-r--r-- | source/compiler/aslresource.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/compiler/aslresource.c b/source/compiler/aslresource.c index 6984fc931f13..2f10a28c496c 100644 --- a/source/compiler/aslresource.c +++ b/source/compiler/aslresource.c @@ -197,7 +197,7 @@ RsSmallAddressCheck ( ACPI_PARSE_OBJECT *Op) { - if (Gbl_NoResourceChecking) + if (AslGbl_NoResourceChecking) { return; } @@ -329,7 +329,7 @@ RsLargeAddressCheck ( ACPI_PARSE_OBJECT *Op) { - if (Gbl_NoResourceChecking) + if (AslGbl_NoResourceChecking) { return; } |