summaryrefslogtreecommitdiff
path: root/lib/interception
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2014-08-15 15:41:03 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2014-08-15 15:41:03 +0000
commita3e8d4a968060536e210ac5dc177cd097d7df774 (patch)
treee0cf6c7ca9cfd011d5bbe82375b19b47ce38bc27 /lib/interception
parente6244cd00eb54e80e50cf3ff5bee56942cb57eaf (diff)
[ASan/Win] Remove one more reference to __interception::GetRealFunctionAddress (follow-up to r215707)
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@215722 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/interception')
-rw-r--r--lib/interception/interception_win.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/interception/interception_win.h b/lib/interception/interception_win.h
index 10534c004..1f866a1e0 100644
--- a/lib/interception/interception_win.h
+++ b/lib/interception/interception_win.h
@@ -28,9 +28,7 @@ bool OverrideFunction(uptr old_func, uptr new_func, uptr *orig_old_func);
} // namespace __interception
#if defined(_DLL)
-# define INTERCEPT_FUNCTION_WIN(func) \
- ::__interception::GetRealFunctionAddress( \
- #func, (::__interception::uptr*)&REAL(func))
+# error Not implemented yet
#else
# define INTERCEPT_FUNCTION_WIN(func) \
::__interception::OverrideFunction( \