target-ppc: fix a typo introduced in revision 6058
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6068 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
		
							parent
							
								
									2c9fade200
								
							
						
					
					
						commit
						f9664682a7
					
				@ -27,7 +27,7 @@
 | 
				
			|||||||
#include "cpu.h"
 | 
					#include "cpu.h"
 | 
				
			||||||
#include "exec-all.h"
 | 
					#include "exec-all.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Precise emulation is need to correctly emulation exception flags */
 | 
					/* Precise emulation is needed to correctly emulation exception flags */
 | 
				
			||||||
#define USE_PRECISE_EMULATION 1
 | 
					#define USE_PRECISE_EMULATION 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
register struct CPUPPCState *env asm(AREG0);
 | 
					register struct CPUPPCState *env asm(AREG0);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user