Report an error if SLJIT_CACHE_FLUSH isn't defined by machine/sljitarch.h.

This commit is contained in:
alnsn 2013-11-18 07:13:13 +00:00
parent aa37094d90
commit f192c5171a
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
#endif
#if defined(_KERNEL) && !defined(SLJIT_CACHE_FLUSH)
#define SLJIT_CACHE_FLUSH(from, to)
#error "SLJIT_CACHE_FLUSH must be defined."
#endif
#if defined(_KERNEL)