Skip to content

Commit

Permalink
Re-enabled undefined opcode exception test in debug test program
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo720 committed Jun 22, 2024
1 parent 59cd3a3 commit d9f9c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit d9f9c37

Please sign in to comment.