| author | |
| committer | |
| log | b2374c4d75d16ac0eb7b7b5e53411a80e9f4413d |
| tree | ff8d6650a95b5d6a4186879f5f541ca68628d838 |
| parent | ff3bf983459c5c58ec0374f6f52627902f13e721 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/debug.zig+1-1| ... | ... | @@ -688,7 +688,7 @@ pub const StackIterator = struct { |
| 688 | 688 | } |
| 689 | 689 | |
| 690 | 690 | return true; |
| 691 | } else if (@hasDecl(os.system, "msync") and native_os != .wasi) { | |
| 691 | } else if (@hasDecl(os.system, "msync") and native_os != .wasi and native_os != .emscripten) { | |
| 692 | 692 | os.msync(aligned_memory, os.MSF.ASYNC) catch |err| { |
| 693 | 693 | switch (err) { |
| 694 | 694 | os.MSyncError.UnmappedMemory => { |