From d819360f9e619ddadde2bbae3cc1ec389a43a8e9 Mon Sep 17 00:00:00 2001 From: comex Date: Mon, 9 Feb 2015 00:06:05 -0500 Subject: more --- test/test-transform-dis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test-transform-dis.c') diff --git a/test/test-transform-dis.c b/test/test-transform-dis.c index 1f7dac0..5869fff 100644 --- a/test/test-transform-dis.c +++ b/test/test-transform-dis.c @@ -20,8 +20,8 @@ int main(UNUSED int argc, char **argv) { int offsets[patch_size + 15]; void *rewritten_ptr = out; printf("\n#if 0\n"); - uintptr_t pc_patch_start = 0x10000; - uintptr_t pc_patch_end = pc_patch_start + patch_size; + uint_tptr pc_patch_start = 0x10000; + uint_tptr pc_patch_end = pc_patch_start + patch_size; int ret = transform_dis_main( in, &rewritten_ptr, -- cgit v1.2.3