diff options
author | comex | 2015-01-11 21:52:31 -0500 |
---|---|---|
committer | comex | 2015-01-11 21:52:31 -0500 |
commit | 6fda830d15d4c0d4289c568320b70c9af11cc902 (patch) | |
tree | 904488445ae619897d67a588e524e84be1b9678e /lib/dis.h | |
parent | thumb2 progress (diff) | |
download | substitute-6fda830d15d4c0d4289c568320b70c9af11cc902.tar.gz |
thumb2 and stuff
Diffstat (limited to 'lib/dis.h')
-rw-r--r-- | lib/dis.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ #include <stdbool.h> #define UNUSED __attribute__((unused)) -#define INLINE inline __attribute__((always_inline)) -#define NOINLINE inline __attribute__((noinline)) +#define INLINE __attribute__((always_inline)) +#define NOINLINE __attribute__((noinline)) struct bitslice_run { int inpos, outpos, len; |