littlekernel / lk

LK embedded kernel
MIT License
3.15k stars 621 forks source link

[aarch64] Fix stack pointer misalignment #159

Closed hollanderic closed 8 years ago

hollanderic commented 8 years ago

sp can become misaligned from 16 byte boundry because context frame is not a multiple of 16 bytes.

travisg commented 8 years ago

lgtm