sim-card
/
qemu
Archived
10
0
Fork 0

cpu-exec.c: Correct comment about this file and indentation cleanup

Each target uses the #define macro (in target-xxx/cpu.h) to rename
cpu_exec (cpu-exec.c) to cpu_xxx_exec, then defines its own cpu_loop
which calls cpu_xxx_exec. So basically, cpu-exec.c is not only the i386
emulator main execution loop. This patch corrects the comment of this
file and does indentation cleanup.

Signed-off-by: Chen Wei-Ren (陳韋任) <chenwj@iis.sinica.edu.tw>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
陳韋任 2012-02-06 14:02:55 +08:00 committed by Stefan Hajnoczi
parent e3c52bf2e5
commit e965fc3807
1 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/*
* i386 emulator main execution loop
* emulator main execution loop
*
* Copyright (c) 2003-2005 Fabrice Bellard
*