mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
Merge pull request #325 from joshuawarner32/linux-arm-instr-cache
use prototype for __clear_cache across all linux-arm systems
This commit is contained in:
commit
acfcdf6b85
@ -130,7 +130,7 @@ inline void loadMemoryBarrier()
|
||||
|
||||
#if !defined(AVIAN_AOT_ONLY)
|
||||
|
||||
#if defined(__ANDROID__)
|
||||
#if defined(__ANDROID__) || defined(__linux__)
|
||||
// http://code.google.com/p/android/issues/detail?id=1803
|
||||
extern "C" void __clear_cache(void* beg __attribute__((__unused__)),
|
||||
void* end __attribute__((__unused__)));
|
||||
|
Loading…
Reference in New Issue
Block a user