Welcome to mirror list, hosted at ThFree Co, Russian Federation.

debug-jit.h « jit « mono - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 495ca9351ccbe78f3e1cf2651a5edb6ff926c475 (plain)
1
2
3
4
5
6
7
8
#ifndef __MONO_JIT_DEBUG_JIT_H__
#define __MONO_JIT_DEBUG_JIT_H__

#include <mono/jit/codegen.h>

void           mono_debug_jit_add_method (MonoFlowGraph *cfg);

#endif /* __MONO_JIT_DEBUG_JIT_H__ */