From d9f9c37b2f1e549fb3845f545c2fd98610abe372 Mon Sep 17 00:00:00 2001 From: ergo720 <45463469+ergo720@users.noreply.github.com> Date: Sat, 22 Jun 2024 14:07:58 +0200 Subject: [PATCH] Re-enabled undefined opcode exception test in debug test program --- test/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/debug.cpp b/test/debug.cpp index 82a4aaa..4c0ec85 100644 --- a/test/debug.cpp +++ b/test/debug.cpp @@ -245,7 +245,7 @@ gen_dbg_test() regs->cr0 = 0x80000001; // protected, paging regs->cr3 = 0x000FF000; - regs->cr4 = 0x0; // don't enable debug extensions because io watchpoints are not supported yet + regs->cr4 = 0x8; // debug extensions return true; }