Modified Breakpoint to Breakpoint Halted.

This commit is contained in:
2023-09-15 10:10:26 -04:00
parent 3f301cc005
commit ef3638271f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -47,7 +47,7 @@ char *exception_messages[] = {
"Division By Zero", "Division By Zero",
"Debug", "Debug",
"Non Maskable Interrupt", "Non Maskable Interrupt",
"Breakpoint", "Breakpoint, Halted",
"Into Detected Overflow", "Into Detected Overflow",
"Out of Bounds", "Out of Bounds",
"Invalid Opcode", "Invalid Opcode",