mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 12:58:41 +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;
|
||||
|
||||
+1
-1
@@ -421,7 +421,7 @@ regs_g_reg_code_x86_usage_kind_table:
|
||||
{
|
||||
`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