commit | 6d653e07ece813ab71f2e1e214dbef63f2fe250a | [log] [tgz] |
---|---|---|
author | Jacek Caban <jacek@codeweavers.com> | Sat Apr 12 11:29:36 2025 +0200 |
committer | Jacek Caban <jacek@codeweavers.com> | Wed Apr 23 23:53:41 2025 +0200 |
tree | c8beb962f1244cb68cd530407015877c42b37f5f | |
parent | e857c7bbed6ef690429e35f808715f61d3ec7bb5 [diff] |
crt: Build scanf.S as an x86_64 object on ARM64EC A proper ARM64EC implementation would be tricky, as it would need to handle a different calling convention and possibly use exit thunks for imported functions. Instead, we can simply use the x86_64 version. Signed-off-by: Jacek Caban <jacek@codeweavers.com>