summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi/superpmi-shim-simple/icorjitcompiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolBox/superpmi/superpmi-shim-simple/icorjitcompiler.h')
-rw-r--r--src/ToolBox/superpmi/superpmi-shim-simple/icorjitcompiler.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ToolBox/superpmi/superpmi-shim-simple/icorjitcompiler.h b/src/ToolBox/superpmi/superpmi-shim-simple/icorjitcompiler.h
index a5eda6aa19..e045da2926 100644
--- a/src/ToolBox/superpmi/superpmi-shim-simple/icorjitcompiler.h
+++ b/src/ToolBox/superpmi/superpmi-shim-simple/icorjitcompiler.h
@@ -16,9 +16,10 @@ class interceptor_ICJC : public ICorJitCompiler
public:
// Added to help us track the original icjc and be able to easily indirect to it.
- ICorJitCompiler *original_ICorJitCompiler;
+ ICorJitCompiler* original_ICorJitCompiler;
};
-extern interceptor_IEEMM *current_IEEMM; // we want a pointer to the memory manager to live beyond the scope of a single compileMethodCall (jit32 expects this)
+extern interceptor_IEEMM* current_IEEMM; // we want a pointer to the memory manager to live beyond the scope of a single
+ // compileMethodCall (jit32 expects this)
#endif