Align stack to 128 bytes

This commit is contained in:
Jeremy Soller
2020-07-19 21:04:16 -06:00
parent 677f0c989d
commit d6b03de7a4
+1 -3
View File
@@ -133,9 +133,7 @@ pub unsafe extern "C" fn pte_osThreadCreate(
*stack = value;
};
// Stack must be 128-bit aligned for SSE
push(0);
//WARNING: Stack must be 128-bit aligned for SSE
if let Some(tcb) = Tcb::current() {
push(tcb.mspace as usize);
push(tcb.linker_ptr as usize);