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/transform-dis-cases-arm64.S | |
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/transform-dis-cases-arm64.S')
-rw-r--r-- | test/transform-dis-cases-arm64.S | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test/transform-dis-cases-arm64.S b/test/transform-dis-cases-arm64.S index cc3bd4c..99a353b 100644 --- a/test/transform-dis-cases-arm64.S +++ b/test/transform-dis-cases-arm64.S @@ -1,6 +1,4 @@ -#define GIVEN .ascii "GIVEN"; -#define EXPECT .ascii "EXPECT"; -#define EXPECT_ERR .ascii "EXPECT_ERR"; +#include "transform-dis-cases.h" /* yay clang, no semicolons allowed */ @@ -12,7 +10,10 @@ EXPECT GIVEN blr x5 nop -EXPECT_ERR +//EXPECT_ERR (with ban_calls) +EXPECT + blr x5 + GIVEN cbnz x8, .+0x100 |