* Fixes to the MinGW vm compiler

* General MinGW tweaks
This commit is contained in:
Tim Angus 2005-10-05 03:13:20 +00:00
parent 41cbd8c9fd
commit 79ba2d974d
5 changed files with 138 additions and 106 deletions

View file

@ -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 );