Skip to content

Commit 895667e

Browse files
committed
Fix number of snapshot state bytes
1 parent 65da039 commit 895667e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Debug/debugger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ bool Debugger::handlePushedEvent(char *bytes) const {
783783
}
784784

785785
void Debugger::snapshot(Module *m) const {
786-
uint16_t numberBytes = 13;
786+
uint16_t numberBytes = 12;
787787
uint8_t state[] = {pcState,
788788
breakpointsState,
789789
callstackState,

0 commit comments

Comments
 (0)