thermosphere: use x18 but qemu shits the bed
This commit is contained in:
@@ -18,8 +18,10 @@
|
||||
#include "utils.h"
|
||||
|
||||
typedef struct CoreCtx {
|
||||
u32 coreId;
|
||||
u64 kernelArgument;
|
||||
u64 kernelEntrypoint;
|
||||
u32 coreId; // @ 0x0C
|
||||
} CoreCtx;
|
||||
|
||||
extern CoreCtx g_coreCtxInstances[4];
|
||||
register CoreCtx *currentCoreCtx asm("x18");
|
||||
extern CoreCtx g_coreCtxs[4];
|
||||
register CoreCtx *currentCoreCtx asm("x18");
|
||||
|
||||
Reference in New Issue
Block a user