]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove prototype for non-existing function.
authorFlorian Krohm <florian@eich-krohm.de>
Sun, 25 Mar 2012 16:17:18 +0000 (16:17 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sun, 25 Mar 2012 16:17:18 +0000 (16:17 +0000)
Fix vpanic call.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2267

VEX/priv/host_s390_defs.c
VEX/priv/host_s390_defs.h

index 2efc1053018bbc12f86d0c99e23aa0e110d75b68..cf6d82affe516fe58bf437ee5eb1523bec56e910 100644 (file)
@@ -7284,7 +7284,7 @@ emit_S390Instr(UChar *buf, Int nbuf, s390_insn *insn, Bool mode64,
       break;
 
    default:
-      vpanic("s390_insn_emit");
+      vpanic("emit_S390Instr");
    }
 
    vassert(end - buf <= nbuf);
index b5dff6827f57d9c8487a69709b7abaae8992fa24..8b7548652c340815aa6e4f655b14b589c3d8915e 100644 (file)
@@ -459,8 +459,6 @@ s390_insn *s390_insn_bfp128_convert_from(UChar size, s390_bfp_unop_t,
 s390_insn *s390_insn_mfence(void);
 s390_insn *s390_insn_gzero(UChar size, UInt offset);
 s390_insn *s390_insn_gadd(UChar size, UInt offset, UChar delta, ULong value);
-UInt       s390_insn_emit(UChar *buf, Int nbuf, const s390_insn *insn,
-                          void *dispatch);
 
 const HChar *s390_insn_as_string(const s390_insn *);