1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Deallocate.

This commit is contained in:
Thomas Harte 2023-01-26 21:49:32 -05:00
parent 5d5098acb2
commit 66ac089cc2

View File

@ -894,6 +894,8 @@ void Base<personality>::commit_register(int reg, uint8_t value) {
Storage<personality>::command_->advance();
}
Storage<personality>::command_ = nullptr;
}
// TODO: record logical mode.