]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
s390: Remove unused function parameter
authorFlorian Krohm <flo2030@eich-krohm.de>
Wed, 3 Dec 2025 17:15:42 +0000 (17:15 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Wed, 3 Dec 2025 17:15:42 +0000 (17:15 +0000)
VEX/priv/host_s390_defs.c

index 063ede22af19ee442a573b68d77805aa0cb06192..04b06c4cfec61ac224359636a2ce7979b7ea3c9c 100644 (file)
@@ -10620,8 +10620,7 @@ s390_insn_xassisted_emit(UChar *buf, const s390_insn *insn,
 
    The dispatch counter is a 32-bit value. */
 static UChar *
-s390_insn_evcheck_emit(UChar *buf, const s390_insn *insn,
-                       VexEndness endness_host)
+s390_insn_evcheck_emit(UChar *buf, const s390_insn *insn)
 {
    s390_amode *amode;
    UInt b, d;
@@ -11060,7 +11059,7 @@ emit_S390Instr(Bool *is_profinc, UChar *buf, Int nbuf, const s390_insn *insn,
       break;
 
    case S390_INSN_EVCHECK:
-      end = s390_insn_evcheck_emit(buf, insn, endness_host);
+      end = s390_insn_evcheck_emit(buf, insn);
       break;
 
    case S390_INSN_XDIRECT: