diff options
Diffstat (limited to 'source/compiler/asllength.c')
-rw-r--r-- | source/compiler/asllength.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/compiler/asllength.c b/source/compiler/asllength.c index fae6768..69d4d22 100644 --- a/source/compiler/asllength.c +++ b/source/compiler/asllength.c @@ -258,6 +258,7 @@ CgGenerateAmlOpcodeLength ( break; default: + /* All data opcodes must be above */ break; } @@ -326,6 +327,7 @@ CgGenerateAmlLengths ( return; default: + break; } |