Skip to content

Commit

Permalink
supports also arm64
Browse files Browse the repository at this point in the history
Change-Id: I7c44aba40f71fa1b972b53c1244c48b41a6f1603
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
  • Loading branch information
rzr committed May 14, 2016
1 parent 3552ba6 commit f11f2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HippoMocks/hippomocks.h
Expand Up @@ -87,7 +87,7 @@ extern "C" __declspec(dllimport) void WINCALL DebugBreak();

#if defined(_M_IX86) || defined(__i386__) || defined(i386) || defined(_X86_) || defined(__THW_INTEL) || defined(__x86_64__) || defined(_M_X64)
#define SOME_X86
#elif defined(arm) || defined(__arm__) || defined(ARM) || defined(_ARM_)
#elif defined(arm) || defined(__arm__) || defined(ARM) || defined(_ARM_) || defined(__aarch64__)
#define SOME_ARM
#endif

Expand Down

0 comments on commit f11f2ac

Please sign in to comment.