Fixed ARM code

This commit is contained in:
SChernykh
2019-02-10 16:04:24 +01:00
parent 384a5c3b76
commit b109070288
2 changed files with 16 additions and 13 deletions

View File

@@ -29,7 +29,7 @@
#include <stddef.h>
#include <stdint.h>
#ifdef _MSC_VER
#if defined _MSC_VER || defined XMRIG_ARM
#define ABI_ATTRIBUTE
#else
#define ABI_ATTRIBUTE __attribute__((ms_abi))