We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f4f55a + a7d08da commit 4ce5ac8Copy full SHA for 4ce5ac8
src/machine.rs
@@ -715,7 +715,7 @@ impl<'tcx> MiriMachine<'tcx> {
715
match target.arch {
716
Arch::Wasm32 | Arch::Wasm64 => 64 * 1024, // https://webassembly.github.io/spec/core/exec/runtime.html#memory-instances
717
Arch::AArch64 => {
718
- if target.options.vendor.as_ref() == "apple" {
+ if target.is_like_darwin {
719
// No "definitive" source, but see:
720
// https://www.wwdcnotes.com/notes/wwdc20/10214/
721
// https://github.com/ziglang/zig/issues/11308 etc.
0 commit comments