Changes

Jump to navigation Jump to search
3 bytes added ,  22:47, 9 October 2022
→‎Threads: kernelSp is a system stack used for thread cleanup and SVCs
Line 30: Line 30:  
void *lr; // 0x3c
 
void *lr; // 0x3c
 
void *pc; // 0x40
 
void *pc; // 0x40
void *kernelSp; // 0x44
+
void *systemStack; // 0x44
 
struct OSMathContext math; // 0x48
 
struct OSMathContext math; // 0x48
 
}
 
}
322

edits

Navigation menu