thermosphere: fix software breakpoints

This commit is contained in:
TuxSH
2020-02-02 22:55:01 +00:00
parent 307d2361ff
commit 84ee01797a
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
typedef struct SoftwareBreakpoint {
uintptr_t address; // VA
u32 savedInstruction;
u32 uid;
u16 uid;
bool persistent;
bool applied;
atomic_bool triedToApplyOrRevert;