This function doesn't exist in kernel32.dll on arm64, only on arm32. Signed-off-by: Martin Storsjö <[email protected]> --- mingw-w64-crt/lib-common/kernel32.def.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mingw-w64-crt/lib-common/kernel32.def.in b/mingw-w64-crt/lib-common/kernel32.def.in index 03531de..025e69f 100644 --- a/mingw-w64-crt/lib-common/kernel32.def.in +++ b/mingw-w64-crt/lib-common/kernel32.def.in @@ -1585,7 +1585,7 @@ WriteTapemark ZombifyActCtx ZombifyActCtxWorker __C_specific_handler -F_ARM_ANY(__chkstk) +F_ARM32(__chkstk) F_X64(__misaligned_access) _hread _hwrite -- 2.7.4 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
