diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-01-02 19:01:21 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-01-02 19:01:21 +0000 | 
| commit | b28e481ae9b051dab150e9b5a89730cdc1103a9c (patch) | |
| tree | 434e706ece73a93073f350c91cd35ed7d7e98811 /source/compiler/aslopcodes.c | |
| parent | c2463a8709e5b3a5ce54c09d35b4820a756b0fc5 (diff) | |
Notes
Diffstat (limited to 'source/compiler/aslopcodes.c')
| -rw-r--r-- | source/compiler/aslopcodes.c | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/source/compiler/aslopcodes.c b/source/compiler/aslopcodes.c index bd16cb5eb528e..d5882ebf2827c 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;  | 
