2004-06-08 Martin Baulig <martin@ximian.com>
[mono.git] / mono / jit / debug-jit.h
1 #ifndef __MONO_JIT_DEBUG_JIT_H__
2 #define __MONO_JIT_DEBUG_JIT_H__
3
4 #include <mono/jit/codegen.h>
5
6 void           mono_debug_jit_add_method (MonoFlowGraph *cfg);
7
8 #endif /* __MONO_JIT_DEBUG_JIT_H__ */