mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Fix typos in comments (accross -> across)
Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
cbae0863d6
commit
5225d66921
3 changed files with 4 additions and 4 deletions
|
@ -977,7 +977,7 @@ long do_unix_syscall_indirect(void *cpu_env, int num)
|
|||
#elif TARGET_PPC
|
||||
{
|
||||
int i;
|
||||
/* XXX: not really needed those regs are volatile accross calls */
|
||||
/* XXX: not really needed those regs are volatile across calls */
|
||||
uint32_t **regs = ((CPUPPCState*)cpu_env)->gpr;
|
||||
for(i = 11; i > 3; i--)
|
||||
*regs[i] = *regs[i-1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue