diff --git a/data/klog.json b/data/klog.json
index 90a5647..ace4fec 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -205,6 +205,14 @@
    "label": "KlogAcpiUnknownAmlOpcode"
   },
   {
+   "compare_mode": "regex",
+   "log_level": "LOG_LEVEL_HIGH",
+   "tag": "FWTS_TAG_ACPI",
+   "pattern": "Found unknown opcode .* at AML address .* offset",
+   "advice": "ACPI execution run time error: The ACPI interpreter has reached an opcode that is unknown, this normally is a bug in the underlying AML code either because of badly written AML code or the compiler has produced code that is incorrect or the ACPI interpreter does not support this valid opcode. ",
+   "label": "KlogAcpiUnknownAmlOpcode"
+  },
+  {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_MEDIUM",
    "tag": "FWTS_TAG_ACPI",
