From: Mark Wooding Date: Wed, 30 Oct 2019 23:10:51 +0000 (+0000) Subject: x86ish *.S: Use `stalloc' consistently to allocate space on the stack. X-Git-Tag: 2.6.0~24 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/commitdiff_plain/6d2bd7f11dcd292461bbd66e487e4367f05f9fe8?hp=6d2bd7f11dcd292461bbd66e487e4367f05f9fe8 x86ish *.S: Use `stalloc' consistently to allocate space on the stack. Also, prefer aligning afterwards, except where that won't work. ---