Explorar o código

* fix to write correct output file name

git-svn-id: trunk@39874 -
florian %!s(int64=6) %!d(string=hai) anos
pai
achega
172384fedd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/utils/avx/avxopcodes.pas

+ 1 - 1
tests/utils/avx/avxopcodes.pas

@@ -854,7 +854,7 @@ begin
             if LastOpCode <> '' then
             begin
               SaveFile(slAsm, LastOpCode, aDestPath, aFileExt, aHeaderList, aFooterList);
-              writeln(format('%s%s%s', [aDestPath, NewOpCode, aFileExt]));
+              writeln(format('%s%s%s', [aDestPath, LastOpCode, aFileExt]));
 
               slAsm.Clear;
               LastOpCode := NewOpCode;