diff options
Diffstat (limited to 'source/compiler')
| -rw-r--r-- | source/compiler/asloptions.c | 6 | 
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': | 
