Index: driver/as.cc
===================================================================
--- driver/as.cc	(revision e832485bdd81b42bf10fbba946f29787e02cbcca)
+++ driver/as.cc	(revision a310ae97c38f705be116fc19777bc63e4f99ab09)
@@ -11,6 +11,6 @@
 // Created On       : Wed Aug  1 10:49:42 2018
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Oct 24 17:20:07 2023
-// Update Count     : 157
+// Last Modified On : Tue Oct 24 18:40:33 2023
+// Update Count     : 158
 //
 
@@ -46,5 +46,5 @@
 		if ( (dcursor = strstr( start, ".Ldebug_info0:" ) ) ) { // debug information ?
 //			fprintf( stderr, "found .Ldebug_info0:\n" );
-#if defined( __x86_64__ )
+#if defined( __i386 ) || defined( __x86_64 )
 			if ( char * cursor = strstr( dcursor, ".long\t.LASF" ) ) { // language code ?
 //				fprintf( stderr, ".long\t.LASF\n" );
