mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-16 02:09:14 +00:00
Fix __clear_cache declaration.
This fixes the build with gcc in gnu++98 and gnu++11 mode. llvm-svn: 181811
This commit is contained in:
parent
e3d05e6f9d
commit
7252816ae7
@ -33,7 +33,7 @@
|
||||
#endif
|
||||
|
||||
extern "C" void sys_icache_invalidate(const void *Addr, size_t len);
|
||||
extern "C" void __clear_cache(char *, char*);
|
||||
extern "C" void __clear_cache(void *, void*);
|
||||
|
||||
namespace {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user