mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 15:39:24 +01:00 
			
		
		
		
	* separate Jasmin operands by space instead of by ","
git-svn-id: branches/jvmbackend@18353 -
This commit is contained in:
		
							parent
							
								
									730f75ed96
								
							
						
					
					
						commit
						b5e7989a06
					
				@ -874,7 +874,7 @@ implementation
 | 
			
		||||
            for i:=0 to taicpu(hp).ops-1 do
 | 
			
		||||
              begin
 | 
			
		||||
                 s:=s+sep+getopstr(taicpu(hp).oper[i]^);
 | 
			
		||||
                 sep:=',';
 | 
			
		||||
                 sep:=' ';
 | 
			
		||||
              end;
 | 
			
		||||
          end;
 | 
			
		||||
        owner.AsmWriteLn(s);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user