From 54406074426e2a4411c8a560e649ff16269eb8bd Mon Sep 17 00:00:00 2001 From: Al Stone Date: Apr 01 2017 00:18:16 +0000 Subject: Corrected a missing '}' in the patch. Signed-off-by: Al Stone --- diff --git a/update-big-endian.patch b/update-big-endian.patch index 9ce3f06..0e93072 100644 --- a/update-big-endian.patch +++ b/update-big-endian.patch @@ -2814,7 +2814,7 @@ Index: acpica-unix2-20170303/source/components/disassembler/dmopcode.c if (NameString[0] != '_') { return; -@@ -884,25 +887,27 @@ AcpiDmDisassembleOneOp ( +@@ -884,25 +887,28 @@ AcpiDmDisassembleOneOp ( AcpiDmNamestring (Op->Common.Value.Name); break; @@ -2837,6 +2837,7 @@ Index: acpica-unix2-20170303/source/components/disassembler/dmopcode.c - Info->BitOffset += (UINT32) Op->Common.Value.Integer; + Info->BitOffset += (UINT32) Op->Common.Value.Size; break; ++ } case AML_INT_RESERVEDFIELD_OP: