More protocol fixes for debug
This commit is contained in:
parent
3a94ad3a01
commit
d9d09a4c02
1 changed files with 3 additions and 3 deletions
|
|
@ -96,9 +96,9 @@ export enum MemorySpace {
|
||||||
|
|
||||||
// Checkpoint (breakpoint) operation types
|
// Checkpoint (breakpoint) operation types
|
||||||
export enum CheckpointOp {
|
export enum CheckpointOp {
|
||||||
Exec = 0x01,
|
Load = 0x01,
|
||||||
Load = 0x02,
|
Store = 0x02,
|
||||||
Store = 0x04,
|
Exec = 0x04,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Error codes
|
// Error codes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue