update cpu.ppc for argument order changes
							parent
							
								
									9be1f42fe9
								
							
						
					
					
						commit
						c95a7febb0
					
				| 
						 | 
				
			
			@ -555,9 +555,13 @@ M:: ppc %compare-float-unordered ( dst src1 src2 cc temp -- )
 | 
			
		|||
        { cc/= [ label BNE ] }
 | 
			
		||||
    } case ;
 | 
			
		||||
 | 
			
		||||
M: ppc %compare-branch [ (%compare) ] 2dip %branch ;
 | 
			
		||||
M:: ppc %compare-branch ( label src1 src2 cc -- )
 | 
			
		||||
    src1 src2 (%compare) %branch
 | 
			
		||||
    label cc %branch ;
 | 
			
		||||
 | 
			
		||||
M: ppc %compare-imm-branch [ (%compare-imm) ] 2dip %branch ;
 | 
			
		||||
M:: ppc %compare-imm-branch ( label src1 src2 cc -- )
 | 
			
		||||
    src1 src2 (%compare) %branch
 | 
			
		||||
    label cc %branch ;
 | 
			
		||||
 | 
			
		||||
:: (%branch) ( label branch1 branch2 -- )
 | 
			
		||||
    label branch1 execute( label -- )
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue