Spelling fixes, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2790 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
		
							parent
							
								
									3bdd58a4df
								
							
						
					
					
						commit
						85028e4db6
					
				@ -1045,8 +1045,8 @@ static inline int64_t cpu_get_real_ticks(void)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
/* The host CPU doesn't have an easily accessible cycle counter.
 | 
					/* The host CPU doesn't have an easily accessible cycle counter.
 | 
				
			||||||
   Just return a monotonically increasing vlue.  This will be totally wrong,
 | 
					   Just return a monotonically increasing value.  This will be
 | 
				
			||||||
   but hopefully better than nothing.  */
 | 
					   totally wrong, but hopefully better than nothing.  */
 | 
				
			||||||
static inline int64_t cpu_get_real_ticks (void)
 | 
					static inline int64_t cpu_get_real_ticks (void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    static int64_t ticks = 0;
 | 
					    static int64_t ticks = 0;
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										7
									
								
								dyngen.c
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								dyngen.c
									
									
									
									
									
								
							@ -1750,8 +1750,9 @@ void gen_code(const char *name, host_ulong offset, host_ulong size,
 | 
				
			|||||||
		    }
 | 
							    }
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
#if defined(__APPLE__)
 | 
					#if defined(__APPLE__)
 | 
				
			||||||
/* set __attribute((unused)) on darwin because we wan't to avoid warning when we don't use the symbol */
 | 
					                    /* Set __attribute((unused)) on darwin because we
 | 
				
			||||||
                    fprintf(outfile, "extern char %s __attribute__((unused));\n", sym_name);
 | 
					                       want to avoid warning when we don't use the symbol.  */
 | 
				
			||||||
 | 
					                    fprintf(outfile, "    extern char %s __attribute__((unused));\n", sym_name);
 | 
				
			||||||
#elif defined(HOST_IA64)
 | 
					#elif defined(HOST_IA64)
 | 
				
			||||||
			if (ELF64_R_TYPE(rel->r_info) != R_IA64_PCREL21B)
 | 
								if (ELF64_R_TYPE(rel->r_info) != R_IA64_PCREL21B)
 | 
				
			||||||
				/*
 | 
									/*
 | 
				
			||||||
@ -1836,7 +1837,7 @@ void gen_code(const char *name, host_ulong offset, host_ulong size,
 | 
				
			|||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        /* load parameres in variables */
 | 
					        /* load parameters in variables */
 | 
				
			||||||
        for(i = 0; i < nb_args; i++) {
 | 
					        for(i = 0; i < nb_args; i++) {
 | 
				
			||||||
            fprintf(outfile, "    param%d = *opparam_ptr++;\n", i + 1);
 | 
					            fprintf(outfile, "    param%d = *opparam_ptr++;\n", i + 1);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user