cpu-exec.c: Correct comment about this file and indentation cleanup
author陳韋任 <chenwj@iis.sinica.edu.tw>
Mon, 6 Feb 2012 06:02:55 +0000 (14:02 +0800)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 10 Feb 2012 10:44:52 +0000 (10:44 +0000)
commite965fc380703110e967febf8d5b2ecd7db53b5d2
tree63c6bd705128e5acfbfe13a9830f7dfc30a681a7
parente3c52bf2e59a1caa7a8f4d1eb069cc1406075d10
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>
cpu-exec.c