diff options
author | comex | 2015-01-24 21:59:37 -0500 |
---|---|---|
committer | comex | 2015-01-24 21:59:37 -0500 |
commit | 98afb15eaa8f8c31bf5763de0e3c83a845414b0a (patch) | |
tree | e603aae961ead4e596fc994ed06df884eaee7b9a /lib/transform-dis.c | |
parent | Add function to deal with mprotecting RW and back. A bit more complex than t... (diff) | |
download | substitute-98afb15eaa8f8c31bf5763de0e3c83a845414b0a.tar.gz |
...
Diffstat (limited to 'lib/transform-dis.c')
-rw-r--r-- | lib/transform-dis.c | 6 |
1 files changed, 0 insertions, 6 deletions
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 |