From f60a46a06d0ce5113706c6825b6e8be240241fa2 Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Thu, 18 Nov 2021 23:28:22 -0800 Subject: [PATCH] more --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 27c1cd5c9..a061a7939 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,7 @@ 0.83.20 + - While CPU "debug spew" is silenced by default, + remove silencing for RDMSR/WRMSR and + SYSENTER/SYSEXIT debug messages (joncampbell123). - Added Pentium II SYSENTER/SYSEXIT instructions to normal core and debugger disassembler. The instructions are stubs at this time to be added