Index: src/Virtual/Tables.cpp
===================================================================
--- src/Virtual/Tables.cpp	(revision 299bd989a191c9c9b32e13f479abcab4bd9d5396)
+++ src/Virtual/Tables.cpp	(revision 366f5cd47f06469e6c39617fdc1be75acd3f4943)
@@ -9,7 +9,7 @@
 // Author           : Andrew Beach
 // Created On       : Mon Aug 31 11:11:00 2020
-// Last Modified By : Andrew Beach
-// Last Modified On : Fri Mar 11 10:40:00 2022
-// Update Count     : 3
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Tue Jun 23 12:31:00 2026
+// Update Count     : 4
 //
 
@@ -115,5 +115,5 @@
 		} else if ( std::string( "align" ) == field->name ) {
 			inits.push_back( new ast::SingleInit( location,
-				new ast::AlignofExpr( location, objectType )
+				new ast::AlignofExpr( location, objectType, ast::AlignofExpr::Alignof )
 			) );
 		} else {
