collapse register mode into being a thread space, unify process/thread/debugger read/write paths, keep differences in core eval read/write paths

This commit is contained in:
Ryan Fleury
2024-08-22 14:50:27 -07:00
parent a7cf64d5e2
commit acd7435553
12 changed files with 201 additions and 70 deletions
-1
View File
@@ -78,7 +78,6 @@ typedef U64 E_Space;
enum
{
E_Space_Null,
E_Space_Regs,
E_Space_FIXED_COUNT
};