From d73b48840115f0adc97d6a9e6fe2aeb88fcbfbdd Mon Sep 17 00:00:00 2001 From: Edmund Grimley Evans Date: Sun, 8 Mar 2015 00:10:44 +0000 Subject: arm64: Implement __clear_cache. __clear_cache is defined in lib-arm64.c with a single call to __arm64_clear_cache, which is the real built-in function and is turned into inline assembler by gen_clear_cache in arm64-gen.c --- tcc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index 33a827a..7d53b9b 100644 --- a/tcc.h +++ b/tcc.h @@ -1387,6 +1387,7 @@ ST_FUNC void gen_opl(int op); ST_FUNC void greturn(void); ST_FUNC void gen_va_start(void); ST_FUNC void gen_va_arg(CType *t); +ST_FUNC void gen_clear_cache(void); #endif /* ------------ c67-gen.c ------------ */ -- cgit v1.3.1