mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-22 19:54:59 -07:00
ctrl: first pass at new thread registers cache; also checkpoint for progress on moving to new demon layer
This commit is contained in:
@@ -441,7 +441,9 @@ struct CTRL_ThreadRegCacheNode
|
||||
CTRL_ThreadRegCacheNode *prev;
|
||||
CTRL_MachineID machine_id;
|
||||
DMN_Handle thread;
|
||||
U128 regs_hash;
|
||||
U64 block_size;
|
||||
void *block;
|
||||
U64 reggen_idx;
|
||||
};
|
||||
|
||||
typedef struct CTRL_ThreadRegCacheSlot CTRL_ThreadRegCacheSlot;
|
||||
|
||||
Reference in New Issue
Block a user