thermosphere: add actual breakpoint code

This commit is contained in:
TuxSH
2019-08-06 06:09:51 +02:00
parent 88218f606c
commit bd93b01e57
11 changed files with 388 additions and 64 deletions

View File

@@ -24,7 +24,7 @@ typedef struct CoreCtx {
u64 scratch; // @0x18
u32 coreId; // @0x20
bool isBootCore; // @0x24
//bool wasSingleStepping; // @0x25 (for pIRQ handler)
bool warmboot; // @0x25
} CoreCtx;
extern CoreCtx g_coreCtxs[4];