diff options
Diffstat (limited to 'ortho')
-rw-r--r-- | ortho/debug/ortho_debug.private.ads | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ortho/debug/ortho_debug.private.ads b/ortho/debug/ortho_debug.private.ads index 79fd7b3d9..20bcae24e 100644 --- a/ortho/debug/ortho_debug.private.ads +++ b/ortho/debug/ortho_debug.private.ads @@ -311,10 +311,6 @@ private ON_Array_Sub_Type, ON_Record_Type, ON_Union_Type, ON_Access_Type); type O_Tnode_Type (Kind : ON_Type_Kind) is record Decl : O_Dnode; - -- Alignment, in power of 2. - Align : Natural; - -- Size in bytes. - Size : Unsigned_32; -- True if the type was first created as an uncomplete type. Uncomplete : Boolean; -- True if the type is complete. @@ -325,7 +321,7 @@ private False_N : O_Cnode; when ON_Unsigned_Type | ON_Signed_Type => - null; + Int_Size : Natural; when ON_Float_Type => null; when ON_Enum_Type => |