tcg-sparc: Hack in qemu_ld/st64 for 32-bit.
Not actually implemented, but at least we avoid the tcg assert at startup. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
		
							parent
							
								
									62724cc5eb
								
							
						
					
					
						commit
						3ee60ad44a
					
				@ -1556,6 +1556,9 @@ static const TCGTargetOpDef sparc_op_defs[] = {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    { INDEX_op_brcond_i64, { "r", "rJ" } },
 | 
					    { INDEX_op_brcond_i64, { "r", "rJ" } },
 | 
				
			||||||
    { INDEX_op_setcond_i64, { "r", "r", "rJ" } },
 | 
					    { INDEX_op_setcond_i64, { "r", "r", "rJ" } },
 | 
				
			||||||
 | 
					#else
 | 
				
			||||||
 | 
					    { INDEX_op_qemu_ld64, { "L", "L", "L" } },
 | 
				
			||||||
 | 
					    { INDEX_op_qemu_st64, { "L", "L", "L" } },
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
    { -1 },
 | 
					    { -1 },
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user