aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/debug/ortho_debug.private.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/ortho/debug/ortho_debug.private.ads')
-rw-r--r--src/ortho/debug/ortho_debug.private.ads4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ortho/debug/ortho_debug.private.ads b/src/ortho/debug/ortho_debug.private.ads
index 7586319ff..0bf91f106 100644
--- a/src/ortho/debug/ortho_debug.private.ads
+++ b/src/ortho/debug/ortho_debug.private.ads
@@ -227,6 +227,7 @@ private
-- Misc.
OE_Convert_Ov,
+ OE_Convert,
OE_Address,
OE_Unchecked_Address,
OE_Alloca,
@@ -261,7 +262,8 @@ private
when OE_Address
| OE_Unchecked_Address =>
Lvalue : O_Lnode;
- when OE_Convert_Ov =>
+ when OE_Convert_Ov
+ | OE_Convert =>
Conv : O_Enode;
when OE_Function_Call =>
Func : O_Dnode;