aboutsummaryrefslogtreecommitdiff
path: root/source/compiler/aslopcodes.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-05-17 23:13:40 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-05-17 23:13:40 +0000
commitb7f987c19dad2c6d33c64e7f96a9b4deca9e2650 (patch)
tree740dae2325e162bb086ea6e7e5d481c4b669e232 /source/compiler/aslopcodes.c
parentb4a951799e313e9ec15d955b72dd3097e4880724 (diff)
downloadsrc-b7f987c19dad2c6d33c64e7f96a9b4deca9e2650.tar.gz
src-b7f987c19dad2c6d33c64e7f96a9b4deca9e2650.zip
Import ACPICA 20130517.vendor/acpica/20130517
Notes
Notes: svn path=/vendor-sys/acpica/dist/; revision=250757 svn path=/vendor-sys/acpica/20130517/; revision=250758; tag=vendor/acpica/20130517
Diffstat (limited to 'source/compiler/aslopcodes.c')
-rw-r--r--source/compiler/aslopcodes.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/compiler/aslopcodes.c b/source/compiler/aslopcodes.c
index d3a49f347f44..332def70e9e5 100644
--- a/source/compiler/aslopcodes.c
+++ b/source/compiler/aslopcodes.c
@@ -266,6 +266,7 @@ OpcSetOptimalIntegerSize (
break;
default:
+
break;
}
}
@@ -811,7 +812,9 @@ OpcGenerateAmlOpcode (
break;
default:
+
/* Nothing to do for other opcodes */
+
break;
}