aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/mcode/ortho_code.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/ortho/mcode/ortho_code.ads')
-rw-r--r--src/ortho/mcode/ortho_code.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ortho/mcode/ortho_code.ads b/src/ortho/mcode/ortho_code.ads
index 0657b07e6..489eeeccf 100644
--- a/src/ortho/mcode/ortho_code.ads
+++ b/src/ortho/mcode/ortho_code.ads
@@ -65,6 +65,10 @@ package Ortho_Code is
for O_Lnode'Size use 32;
O_Lnode_Null : constant O_Lnode := 0;
+ type O_Gnode is new Int32;
+ for O_Gnode'Size use 32;
+ O_Gnode_Null : constant O_Gnode := 0;
+
type O_Ident is new Int32;
O_Ident_Nul : constant O_Ident := 0;