this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[mldr] Bug Fix

Co-authored-by: Sergey Bugaev <bugaevc@gmail.com>

+1 -1
+1 -1
src/startup/mldr/elfcalls/threads.c
··· 329 329 // Zero out the frame base register. 330 330 "mov fp, #0\n" 331 331 // Switch to the new stack. 332 - "mov %[stack_ptr], sp\n" 332 + "mov sp, %[stack_ptr]\n" 333 333 // Push a fake return address. 334 334 "mov lr, #0\n" 335 335 // Jump to the entry point.