From 1376c5a617be5c25655d0d7cb63e3beaa5a6e026 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:20:39 +0200 Subject: Merging upstream version 1.70.0+dfsg1. Signed-off-by: Daniel Baumann --- library/stdarch/crates/stdarch-test/Cargo.toml | 2 +- library/stdarch/crates/stdarch-test/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'library/stdarch/crates/stdarch-test') diff --git a/library/stdarch/crates/stdarch-test/Cargo.toml b/library/stdarch/crates/stdarch-test/Cargo.toml index 23bddeda6..ce5705c6e 100644 --- a/library/stdarch/crates/stdarch-test/Cargo.toml +++ b/library/stdarch/crates/stdarch-test/Cargo.toml @@ -18,7 +18,7 @@ cfg-if = "1.0" # time, and we want to make updates to this explicit rather than automatically # picking up updates which might break CI with new instruction names. [target.'cfg(target_arch = "wasm32")'.dependencies] -wasmprinter = "=0.2.24" +wasmprinter = "=0.2.53" [features] default = [] diff --git a/library/stdarch/crates/stdarch-test/src/lib.rs b/library/stdarch/crates/stdarch-test/src/lib.rs index e0cf46cb4..61bbff2f9 100644 --- a/library/stdarch/crates/stdarch-test/src/lib.rs +++ b/library/stdarch/crates/stdarch-test/src/lib.rs @@ -115,7 +115,7 @@ pub fn assert(shim_addr: usize, fnname: &str, expected: &str) { "cpuid" => 30, // Apparently, on Windows, LLVM generates a bunch of - // saves/restores of xmm registers around these intstructions, + // saves/restores of xmm registers around these instructions, // which exceeds the limit of 20 below. As it seems dictated by // Windows's ABI (I believe?), we probably can't do much // about it. -- cgit v1.2.3