diff options
Diffstat (limited to 'src/target/arm11.h')
-rw-r--r-- | src/target/arm11.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/arm11.h b/src/target/arm11.h index 9bc6eb4..809c23f 100644 --- a/src/target/arm11.h +++ b/src/target/arm11.h @@ -25,8 +25,6 @@ #include "armv4_5.h" -#define asizeof(x) (sizeof(x) / sizeof((x)[0])) - #define NEW(type, variable, items) \ type * variable = calloc(1, sizeof(type) * items) |