parameterize ctrl thread registers cache with entity store, rather than relying on implicit demon-api-provided cache

This commit is contained in:
Ryan Fleury
2024-03-22 16:15:20 -07:00
parent c636e1ad2e
commit 2c8c9a497c
7 changed files with 46 additions and 54 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
internal U64 regs_block_size_from_architecture(Architecture arch)
{
U64 result = 0;
U64 result = 8;
switch(arch)
{
default:{}break;