Modified Breakpoint to Breakpoint Halted.

This commit is contained in:
Jonathan Turner 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",
"Debug",
"Non Maskable Interrupt",
"Breakpoint",
"Breakpoint, Halted",
"Into Detected Overflow",
"Out of Bounds",
"Invalid Opcode",