cpu serialization fix
This commit is contained in:
parent
2b42258ae0
commit
06494afd40
1 changed files with 0 additions and 2 deletions
2
cpu.h
2
cpu.h
|
@ -115,10 +115,8 @@ public:
|
|||
explicit cpu(bus *const b, std::atomic_uint32_t *const event);
|
||||
~cpu();
|
||||
|
||||
#if IS_POSIX
|
||||
JsonDocument serialize();
|
||||
static cpu *deserialize(const JsonDocument j, bus *const b, std::atomic_uint32_t *const event);
|
||||
#endif
|
||||
|
||||
std::optional<std::string> check_breakpoint();
|
||||
int set_breakpoint(breakpoint *const bp);
|
||||
|
|
Loading…
Add table
Reference in a new issue