ARMmbed / sal-stack-lwip

LwIP package for mbed
Other
4 stars 14 forks source link

Change MEM_ALIGNMENT to 8 byte #56

Closed bremoran closed 8 years ago

bremoran commented 8 years ago

The ARM ABI requires 8-byte alignment. Change this alignment to 8-byte to match that requirement.

cc @bogdanm @mjs-arm

bogdanm commented 8 years ago

+1, but I'd run some tests after this change is in place. Should be safe though.