Use the new realm-switching ABI in the baldrdash calling convention.

This commit is contained in:
Dan Gohman
2018-07-17 22:44:00 -07:00
parent ce27b2a74f
commit 1081d06173

View File

@@ -103,7 +103,7 @@ impl ArgAssigner for Args {
.into() .into()
} }
// This is SpiderMonkey's `WasmTableCallSigReg`. // This is SpiderMonkey's `WasmTableCallSigReg`.
ArgumentPurpose::SignatureId => return ArgumentLoc::Reg(RU::rbx as RegUnit).into(), ArgumentPurpose::SignatureId => return ArgumentLoc::Reg(RU::r10 as RegUnit).into(),
_ => {} _ => {}
} }
} }