diff options
Diffstat (limited to 'source/compiler/asllength.c')
| -rw-r--r-- | source/compiler/asllength.c | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/source/compiler/asllength.c b/source/compiler/asllength.c index 696dc2424128..8fef83b91742 100644 --- a/source/compiler/asllength.c +++ b/source/compiler/asllength.c @@ -519,10 +519,7 @@ CgGenerateAmlLengths (      case PARSEOP_EXTERNAL: -        if (AslGbl_DoExternals == TRUE) -        { -            CgGenerateAmlOpcodeLength (Op); -        } +        CgGenerateAmlOpcodeLength (Op);          break;      default: | 
