Skip to content

Fix thread spawning on aarch64

bjorn3 requested to merge bjorn3/relibc:fix_arm64_thread_spawn into master
  • Correctly align the stack
  • Fix argument order of the ldp instructions
  • Remove unnecessary ldr x5 instruction

Merge request reports