* Fixes to the MinGW vm compiler
* General MinGW tweaks
This commit is contained in:
parent
41cbd8c9fd
commit
79ba2d974d
5 changed files with 138 additions and 106 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue