diff options
author | comex | 2015-01-17 19:42:33 -0500 |
---|---|---|
committer | comex | 2015-01-17 19:42:33 -0500 |
commit | 018d1fd240251abbaa47115d018871f625ece663 (patch) | |
tree | f326af9cdc4e5a0e89bee0fba1a95368605b3d33 /lib/transform-dis.c | |
parent | reorganization (diff) | |
download | substitute-018d1fd240251abbaa47115d018871f625ece663.tar.gz |
transform-dis stuff - compiles for arm, so far
Diffstat (limited to 'lib/transform-dis.c')
-rw-r--r-- | lib/transform-dis.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/transform-dis.c b/lib/transform-dis.c new file mode 100644 index 0000000..6fc6d7f --- /dev/null +++ b/lib/transform-dis.c @@ -0,0 +1,9 @@ +#include "substitute-internal.h" +#ifndef TARGET_UNSUPPORTED + #include "transform-dis.inc.h" + #ifdef TARGET_arm + #include "transform-dis-arm-multi.inc.h" + #else + #error ? + #endif +#endif |