mirror of
				https://github.com/yuzu-emu/unicorn.git
				synced 2025-11-04 14:14:57 +00:00 
			
		
		
		
	Using a local m68k floatx80_mod() [copied from previous: Written by Andreas Grabher for Previous, NeXT Computer Emulator.] The quotient byte of the FPSR is updated with the result of the operation. Backports commit 591596b77a1872d0652e666271ca055e57ea1e21 from qemu
		
			
				
	
	
		
			4 lines
		
	
	
		
			101 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			101 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
obj-y += translate.o op_helper.o helper.o cpu.o fpu_helper.o
 | 
						|
obj-y += softfloat.o
 | 
						|
obj-y += unicorn.o
 |