Added stack pointer to snapshots
This commit is contained in:
@@ -82,6 +82,7 @@ namespace Bloom
|
||||
this->memoryType,
|
||||
std::move(*this->data),
|
||||
targetControllerService.getProgramCounter(),
|
||||
targetControllerService.getStackPointer(),
|
||||
std::move(this->focusedRegions),
|
||||
std::move(this->excludedRegions)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user