mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-23 16:59:27 +00:00
improv(compiler) Added SDIV, UDIV and UREM operations (105 tests passes now)
This commit is contained in:
@ -82,7 +82,7 @@ impl Compiler for SinglepassCompiler {
|
||||
let calling_convention = match target.triple().default_calling_convention() {
|
||||
Ok(CallingConvention::WindowsFastcall) => CallingConvention::WindowsFastcall,
|
||||
Ok(CallingConvention::SystemV) => CallingConvention::SystemV,
|
||||
//Ok(CallingConvention::AppleAarch64) => AppleAarch64,
|
||||
Ok(CallingConvention::AppleAarch64) => CallingConvention::AppleAarch64,
|
||||
_ => panic!("Unsupported Calling convention for Singlepass compiler"),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user