1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-23 23:02:51 -05:00

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))