pass through data breakpoint length, more progress on fixes/correctness in first pass

This commit is contained in:
Ryan Fleury
2025-04-11 18:07:00 -07:00
parent 929e68d074
commit ecad70ca19
7 changed files with 41 additions and 14 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ struct DMN_Trap
U64 vaddr;
U64 id;
DMN_TrapFlags flags;
U32 length;
U32 size;
};
typedef struct DMN_TrapChunkNode DMN_TrapChunkNode;