VFP: Removed duplicate basic type definitions.
This commit is contained in:
parent
12845baec6
commit
0b39535bed
1 changed files with 0 additions and 7 deletions
|
@ -40,13 +40,6 @@
|
|||
|
||||
#include "core/arm/interpreter/armdefs.h"
|
||||
|
||||
#define u16 uint16_t
|
||||
#define u32 uint32_t
|
||||
#define u64 uint64_t
|
||||
#define s16 int16_t
|
||||
#define s32 int32_t
|
||||
#define s64 int64_t
|
||||
|
||||
#define pr_info //printf
|
||||
#define pr_debug //printf
|
||||
|
||||
|
|
Loading…
Reference in a new issue