summaryrefslogtreecommitdiff
path: root/src/jit/jit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/jit.h')
-rw-r--r--src/jit/jit.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/jit/jit.h b/src/jit/jit.h
index d489247eb0..40533c04d7 100644
--- a/src/jit/jit.h
+++ b/src/jit/jit.h
@@ -514,11 +514,10 @@ const bool dspGCtbls = true;
#endif // !DEBUG
#ifdef DEBUG
-void JitDump(const char* pcFormat, ...);
#define JITDUMP(...) \
{ \
if (JitTls::GetCompiler()->verbose) \
- JitDump(__VA_ARGS__); \
+ logf(__VA_ARGS__); \
}
#define JITLOG(x) \
{ \