|
From: Florian K. <fk...@so...> - 2025-12-15 22:39:10
|
https://sourceware.org/cgit/valgrind/commit/?id=8d6a233295bde8d47da97a010dfe2af3f93bd3cf commit 8d6a233295bde8d47da97a010dfe2af3f93bd3cf Author: Florian Krohm <fl...@ei...> Date: Mon Dec 15 22:38:37 2025 +0000 s390: Clarify a variable name. Diff: --- VEX/priv/host_s390_defs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VEX/priv/host_s390_defs.c b/VEX/priv/host_s390_defs.c index fe37e9d1c6..3205060b59 100644 --- a/VEX/priv/host_s390_defs.c +++ b/VEX/priv/host_s390_defs.c @@ -10881,7 +10881,7 @@ s390_insn_vec_replicate_emit(UChar *buf, const s390_insn *insn) Int emit_S390Instr(Bool *is_profinc, UChar *buf, Int nbuf, const s390_insn *insn, - Bool mode64, const VexArchInfo *archinfo, + Bool mode64, const VexArchInfo *archinfo_host, const void *disp_cp_chain_me_to_slowEP, const void *disp_cp_chain_me_to_fastEP, const void *disp_cp_xindir, |