aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/mcode/ortho_code-exprs.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ortho/mcode/ortho_code-exprs.adb')
-rw-r--r--src/ortho/mcode/ortho_code-exprs.adb5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ortho/mcode/ortho_code-exprs.adb b/src/ortho/mcode/ortho_code-exprs.adb
index 7d840cb3c..a45c9f802 100644
--- a/src/ortho/mcode/ortho_code-exprs.adb
+++ b/src/ortho/mcode/ortho_code-exprs.adb
@@ -543,7 +543,8 @@ package body Ortho_Code.Exprs is
D_Body => D_Body,
Exit_Label => O_Enode_Null,
Last_Stmt => O_Enode_Null,
- Stack_Max => 0);
+ Stack_Max => 0,
+ Target => (others => <>));
if not Flag_Debug_Hli then
Data.Exit_Label := New_Label;
@@ -636,7 +637,7 @@ package body Ortho_Code.Exprs is
Disp_Subprg_Body (1, Cur_Subprg.E_Entry);
end if;
if not Ortho_Code.Debug.Flag_Debug_Dump then
- Abi.Finish_Body (Cur_Subprg);
+ Abi.Finish_Body;
end if;
end if;