2008-12-12 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / mini / unwind.h
index db4ef0dc8295e3fff76859685d5a36f782f70cdc..cdf3f2bb9c0a0cda6371641b775a97cfdab94a94 100644 (file)
@@ -79,4 +79,11 @@ typedef struct {
 /* Reg is saved at cfa+offset */
 #define mono_emit_unwind_op_offset(cfg,ip,reg,offset) mono_emit_unwind_op (cfg, (ip) - (cfg)->native_code, DW_CFA_offset, (reg), (offset))
 
+
+int
+mono_hw_reg_to_dwarf_reg (int reg) MONO_INTERNAL;
+
+guint8*
+mono_unwind_ops_encode (GSList *unwind_ops, guint32 *out_len) MONO_INTERNAL;
+
 #endif