From 65650e18a12ab80aa12b57e388fc27046d9c793d Mon Sep 17 00:00:00 2001 From: comex Date: Mon, 9 Feb 2015 00:12:19 -0500 Subject: add transform-dis-{i386,x86_64} to makefile - fix a missing UNUSED --- lib/x86/arch-transform-dis.inc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/x86/arch-transform-dis.inc.h') diff --git a/lib/x86/arch-transform-dis.inc.h b/lib/x86/arch-transform-dis.inc.h index bb86cf9..ffb9560 100644 --- a/lib/x86/arch-transform-dis.inc.h +++ b/lib/x86/arch-transform-dis.inc.h @@ -1,6 +1,7 @@ /* Pretty trivial, but in its own file to match the other architectures. */ #include "x86/jump-patch.h" +UNUSED static void transform_dis_pcrel(struct transform_dis_ctx *ctx, uint64_t dpc, struct arch_pcrel_info info) { /* push %reg; mov $dpc, %reg; ; pop %reg */ -- cgit v1.2.3