mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 20:18:12 +00:00
parameterize ctrl thread registers cache with entity store, rather than relying on implicit demon-api-provided cache
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
internal U64 regs_block_size_from_architecture(Architecture arch)
|
||||
{
|
||||
U64 result = 0;
|
||||
U64 result = 8;
|
||||
switch(arch)
|
||||
{
|
||||
default:{}break;
|
||||
|
||||
Reference in New Issue
Block a user