diff options
author | comex | 2016-11-15 21:57:23 -0500 |
---|---|---|
committer | comex | 2016-11-15 21:57:23 -0500 |
commit | 66bd9f17e9467b1eb5d6b2098b02241f03f8bbf6 (patch) | |
tree | db2bde0572ddac99f148d46c43c7122849fb7487 /test/test-transform-dis.c | |
parent | fix bool arguments with false default (diff) | |
download | substitute-66bd9f17e9467b1eb5d6b2098b02241f03f8bbf6.tar.gz |
fix some ARM stuff including calls, and test it
wow this code sucks
Diffstat (limited to 'test/test-transform-dis.c')
-rw-r--r-- | test/test-transform-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-transform-dis.c b/test/test-transform-dis.c index 98c98e3..d147a49 100644 --- a/test/test-transform-dis.c +++ b/test/test-transform-dis.c @@ -127,7 +127,7 @@ static void do_auto(uint8_t *in, size_t in_size, struct arch_dis_ctx arch) { pc_trampoline, &arch, offsets, - TRANSFORM_DIS_BAN_CALLS); + 0);//TRANSFORM_DIS_BAN_CALLS); if (ret) { if (expect_err) { printf("OK\n"); |