Fixed ARM code

This commit is contained in:
SChernykh 2019-02-10 16:04:24 +01:00
parent 65dab8371b
commit 36ce144d35
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))