[sanitizer] Replace inline with INLINE.

llvm-svn: 199883
This commit is contained in:
Evgeniy Stepanov 2014-01-23 11:22:04 +00:00
parent 336614558b
commit 6975704f62
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ F IndirectExternCall(F f) {
return indirect_call_wrapper ? ((WrapF)indirect_call_wrapper)(f) : f;
}
#else
inline void SetIndirectCallWrapper(uptr wrapper) {}
INLINE void SetIndirectCallWrapper(uptr wrapper) {}
template <typename F>
F IndirectExternCall(F f) {
return f;