Added stack pointer to snapshots

This commit is contained in:
Nav
2023-04-14 21:15:42 +01:00
parent 8a3c7540ba
commit c5545df40a
4 changed files with 9 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ namespace Bloom
this->memoryType,
std::move(*this->data),
targetControllerService.getProgramCounter(),
targetControllerService.getStackPointer(),
std::move(this->focusedRegions),
std::move(this->excludedRegions)
);