From b28e481ae9b051dab150e9b5a89730cdc1103a9c Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Wed, 2 Jan 2013 19:01:21 +0000 Subject: Import ACPICA 20121220. --- source/compiler/aslopcodes.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source/compiler/aslopcodes.c') diff --git a/source/compiler/aslopcodes.c b/source/compiler/aslopcodes.c index bd16cb5eb528..d5882ebf2827 100644 --- a/source/compiler/aslopcodes.c +++ b/source/compiler/aslopcodes.c @@ -802,6 +802,14 @@ OpcGenerateAmlOpcode ( Op->Asl.Child->Asl.Next->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; break; + case PARSEOP_TIMER: + + if (AcpiGbl_IntegerBitWidth == 32) + { + AslError (ASL_REMARK, ASL_MSG_TRUNCATION, Op, NULL); + } + break; + default: /* Nothing to do for other opcodes */ break; -- cgit v1.2.3