diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-03-18 21:13:19 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-03-18 21:13:19 +0000 |
commit | 937fa60dd2f2b6264fb99f22b638190a3fef996b (patch) | |
tree | 0dc0bf084f8f2e8a00eec502c9893e78b5a4b088 /source/compiler/asllength.c | |
parent | 67ac2c42d552618270f8ba5431d63944a35a0ee7 (diff) | |
download | src-test2-937fa60dd2f2b6264fb99f22b638190a3fef996b.tar.gz src-test2-937fa60dd2f2b6264fb99f22b638190a3fef996b.zip |
Notes
Diffstat (limited to 'source/compiler/asllength.c')
-rw-r--r-- | source/compiler/asllength.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/compiler/asllength.c b/source/compiler/asllength.c index 44c85aa5af5d..626c2e7f3e1c 100644 --- a/source/compiler/asllength.c +++ b/source/compiler/asllength.c @@ -406,6 +406,14 @@ CgGenerateAmlLengths ( break; + case PARSEOP_EXTERNAL: + + if (Gbl_DoExternals == TRUE) + { + CgGenerateAmlOpcodeLength (Op); + } + break; + default: CgGenerateAmlOpcodeLength (Op); |