diff options
Diffstat (limited to 'source/compiler/asltransform.c')
-rw-r--r-- | source/compiler/asltransform.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/compiler/asltransform.c b/source/compiler/asltransform.c index c74499ea2a54..559b4f8f8946 100644 --- a/source/compiler/asltransform.c +++ b/source/compiler/asltransform.c @@ -496,6 +496,11 @@ TrTransformSubtree ( Op->Asl.Value.String = "\\"; break; + case PARSEOP_UNLOAD: + + AslError (ASL_WARNING, ASL_MSG_UNLOAD, Op, NULL); + break; + default: /* Nothing to do here for other opcodes */ |