From e4b1491cd6eea1918db09bdd4192ef9a846179ce Mon Sep 17 00:00:00 2001 From: Al Stone Date: Sep 27 2017 19:30:51 +0000 Subject: Update test results for new messages Signed-off-by: Al Stone --- diff --git a/badcode.asl.result b/badcode.asl.result index 4cfcefc..3d16282 100644 --- a/badcode.asl.result +++ b/badcode.asl.result @@ -2,7 +2,7 @@ badcode.asl 25: Mutex (MTX1, 32) Error 6125 - ^ SyncLevel must be in the range 0-15 badcode.asl 29: Name (BIG, 0x1234567887654321) -Warning 3038 - ^ 64-bit integer in 32-bit table, truncating (DSDT or SSDT version < 2) +Warning 3038 - ^ Truncating 64-bit constant found in 32-bit table badcode.asl 33: Name (PKG1, Package(5) {0,1}) Remark 2063 - ^ Initializer list shorter than declared package length diff --git a/grammar.asl.result b/grammar.asl.result index e155807..99ed53a 100644 --- a/grammar.asl.result +++ b/grammar.asl.result @@ -101,10 +101,10 @@ grammar.asl 1329: CreateField (BUF2, 148, 96, FLD3) Remark 2089 - Object is not referenced ^ (Name [FLD3] is within a method [FLDS]) grammar.asl 1394: Store (0x1234567887654321, QWD2) -Warning 3038 - ^ 64-bit integer in 32-bit table, truncating (DSDT or SSDT version < 2) +Warning 3038 - ^ Truncating 64-bit constant found in 32-bit table grammar.asl 1396: if (LNotEqual (Local0, 0x1234567887654321)) -Warning 3038 - ^ 64-bit integer in 32-bit table, truncating (DSDT or SSDT version < 2) +Warning 3038 - Truncating 64-bit constant found in 32-bit table ^ grammar.asl 1476: SizeOf (BUFO) Error 6114 - ^ Result is not used, operator has no effect