mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
36d3b83e9c
Clang on i386 mingw emits calls to _alloca (decorated as __alloca) for stack probing. This was provided by chkstk2.S, not chkstk.S which only provides __chkstk_ms. Signed-off-by: deadprogram <ron@hybridgroup.com>