summaryrefslogtreecommitdiff
path: root/source/compiler/asloptions.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/asloptions.c')
-rw-r--r--source/compiler/asloptions.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/compiler/asloptions.c b/source/compiler/asloptions.c
index 792e0db615ca9..d19c3f3f64bd1 100644
--- a/source/compiler/asloptions.c
+++ b/source/compiler/asloptions.c
@@ -541,9 +541,13 @@ AslDoOptions (
case 'e':
- /* Disable External opcode generation */
+ /* iASL: Disable External opcode generation */
Gbl_DoExternals = FALSE;
+
+ /* Disassembler: Emit embedded external operators */
+
+ AcpiGbl_DmEmitExternalOpcodes = TRUE;
break;
case 'f':