More protocol fixes for debug

This commit is contained in:
Mattias Hansson 2026-07-22 22:47:37 +02:00
parent 3a94ad3a01
commit d9d09a4c02

View file

@ -96,9 +96,9 @@ export enum MemorySpace {
// Checkpoint (breakpoint) operation types
export enum CheckpointOp {
Exec = 0x01,
Load = 0x02,
Store = 0x04,
Load = 0x01,
Store = 0x02,
Exec = 0x04,
}
// Error codes