aboutsummaryrefslogtreecommitdiffstats
path: root/code/tools/asm/q3asm.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/tools/asm/q3asm.c')
-rw-r--r--code/tools/asm/q3asm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/tools/asm/q3asm.c b/code/tools/asm/q3asm.c
index b19c361..c6aa1f0 100644
--- a/code/tools/asm/q3asm.c
+++ b/code/tools/asm/q3asm.c
@@ -925,6 +925,7 @@ void Assemble( void ) {
currentFileName = asmFileNames[ i ];
currentFileLine = 0;
printf("pass %i: %s\n", passNumber, currentFileName );
+ fflush( NULL );
ptr = asmFiles[i];
while ( ptr ) {
ptr = ExtractLine( ptr );