mimiker icon indicating copy to clipboard operation
mimiker copied to clipboard

[exec] Fix user stack setup.

Open MichalBlk opened this issue 2 years ago • 0 comments

The current code assumes that malloc's ALIGNMENT is divisible by STACK_ALIGN. Although it turns out to be always valid for the present implementation, this assumption should be dropped.

MichalBlk avatar Oct 09 '22 19:10 MichalBlk