plat/linuxppc/emu: fix fctiw & fctiwz emulation for AArch64 host
Fixes https://github.com/davidgiven/ack/issues/287
This commit is contained in:
		
							parent
							
								
									6aa3fef91f
								
							
						
					
					
						commit
						7dd8ea2ea5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -207,5 +207,5 @@ | ||||||
| 
 | 
 | ||||||
| # Floating point conversions | # Floating point conversions | ||||||
| 
 | 
 | ||||||
| <63--><FRT>.....<FRB><14------>R setcr1(R, fpr(FRB)); cpu.fpr[FRT] = (uint32_t)fpr(FRB); | <63--><FRT>.....<FRB><14------>R setcr1(R, fpr(FRB)); cpu.fpr[FRT] = (uint32_t)(int32_t)fpr(FRB); | ||||||
| <63--><FRT>.....<FRB><15------>R setcr1(R, fpr(FRB)); cpu.fpr[FRT] = (uint32_t)fpr(FRB); | <63--><FRT>.....<FRB><15------>R setcr1(R, fpr(FRB)); cpu.fpr[FRT] = (uint32_t)(int32_t)fpr(FRB); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue