From f4d4665b99c0dd62c0dd442cb73544ddb91a0ee3 Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Sun, 25 Mar 2012 16:17:18 +0000 Subject: [PATCH] Remove prototype for non-existing function. Fix vpanic call. git-svn-id: svn://svn.valgrind.org/vex/trunk@2267 --- VEX/priv/host_s390_defs.c | 2 +- VEX/priv/host_s390_defs.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/VEX/priv/host_s390_defs.c b/VEX/priv/host_s390_defs.c index 2efc105301..cf6d82affe 100644 --- a/VEX/priv/host_s390_defs.c +++ b/VEX/priv/host_s390_defs.c @@ -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); diff --git a/VEX/priv/host_s390_defs.h b/VEX/priv/host_s390_defs.h index b5dff6827f..8b7548652c 100644 --- a/VEX/priv/host_s390_defs.h +++ b/VEX/priv/host_s390_defs.h @@ -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 *); -- 2.47.2