summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Lioncash2014-10-26 14:19:44 -0400
committerGravatar Lioncash2014-10-26 14:19:47 -0400
commitd155586801d3847f3e06f58a8c5c09897ce8761a (patch)
treea8f9f0979a7ee24d3ad6daace56f91a5e979e9ad /src
parentMerge pull request #150 from lioncash/typo (diff)
downloadyuzu-d155586801d3847f3e06f58a8c5c09897ce8761a.tar.gz
yuzu-d155586801d3847f3e06f58a8c5c09897ce8761a.tar.xz
yuzu-d155586801d3847f3e06f58a8c5c09897ce8761a.zip
vfp_helper: Get rid of integer type redefinitions
Diffstat (limited to '')
-rw-r--r--src/core/arm/skyeye_common/vfp/vfp_helper.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/core/arm/skyeye_common/vfp/vfp_helper.h b/src/core/arm/skyeye_common/vfp/vfp_helper.h
index a55bf875c..5076e59f7 100644
--- a/src/core/arm/skyeye_common/vfp/vfp_helper.h
+++ b/src/core/arm/skyeye_common/vfp/vfp_helper.h
@@ -38,15 +38,9 @@
38#include <stdint.h> 38#include <stdint.h>
39#include <stdio.h> 39#include <stdio.h>
40 40
41#include "common/common_types.h"
41#include "core/arm/skyeye_common/armdefs.h" 42#include "core/arm/skyeye_common/armdefs.h"
42 43
43#define u16 uint16_t
44#define u32 uint32_t
45#define u64 uint64_t
46#define s16 int16_t
47#define s32 int32_t
48#define s64 int64_t
49
50#define pr_info //printf 44#define pr_info //printf
51#define pr_debug //printf 45#define pr_debug //printf
52 46