aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/mcode/ortho_code-x86-abi.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/ortho/mcode/ortho_code-x86-abi.ads')
-rw-r--r--src/ortho/mcode/ortho_code-x86-abi.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ortho/mcode/ortho_code-x86-abi.ads b/src/ortho/mcode/ortho_code-x86-abi.ads
index cc6cf560b..6e720e1e1 100644
--- a/src/ortho/mcode/ortho_code-x86-abi.ads
+++ b/src/ortho/mcode/ortho_code-x86-abi.ads
@@ -79,6 +79,10 @@ package Ortho_Code.X86.Abi is
-- Link in memory intrinsics symbols.
procedure Link_Intrinsics;
+ -- Register unwinding info for JIT.
+ procedure Register_Unwind;
+ procedure Unregister_Unwind;
+
-- Target specific data for subprograms.
type Target_Subprg is record
Fp_Slot : Uns32 := 0;