From 6fda830d15d4c0d4289c568320b70c9af11cc902 Mon Sep 17 00:00:00 2001 From: comex Date: Sun, 11 Jan 2015 21:52:31 -0500 Subject: thumb2 and stuff --- lib/dis.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/dis.h') diff --git a/lib/dis.h b/lib/dis.h index c75886d..3802421 100644 --- a/lib/dis.h +++ b/lib/dis.h @@ -3,8 +3,8 @@ #include #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; -- cgit v1.2.3