diff options
author | comex | 2015-02-09 00:06:05 -0500 |
---|---|---|
committer | comex | 2015-02-09 00:06:05 -0500 |
commit | d819360f9e619ddadde2bbae3cc1ec389a43a8e9 (patch) | |
tree | 00507e57c247abede74efcdde24c1bc7e9f7b1bd /test/test-transform-dis.c | |
parent | Fix other architectures compiling - haven't tried *running* anything.. (diff) | |
download | substitute-d819360f9e619ddadde2bbae3cc1ec389a43a8e9.tar.gz |
more
Diffstat (limited to '')
-rw-r--r-- | test/test-transform-dis.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |