From 98afb15eaa8f8c31bf5763de0e3c83a845414b0a Mon Sep 17 00:00:00 2001 From: comex Date: Sat, 24 Jan 2015 21:59:37 -0500 Subject: ... --- lib/transform-dis.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/transform-dis.c') diff --git a/lib/transform-dis.c b/lib/transform-dis.c index 9edf89e..1d1f489 100644 --- a/lib/transform-dis.c +++ b/lib/transform-dis.c @@ -117,12 +117,6 @@ int transform_dis_main(const void *restrict code_ptr, return SUBSTITUTE_OK; } -static inline void op32(struct transform_dis_ctx *ctx, uint32_t op) { - void **rpp = ctx->rewritten_ptr_ptr; - *(uint32_t *) *rpp = op; - *rpp += 4; -} - #include TARGET_TRANSFORM_DIS_HEADER #include TARGET_DIS_HEADER -- cgit v1.2.3