Commit e965fc38 authored by 陳韋任's avatar 陳韋任 Committed by Stefan Hajnoczi
Browse files

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: default avatarChen Wei-Ren (陳韋任) <chenwj@iis.sinica.edu.tw>
Signed-off-by: default avatarStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
parent e3c52bf2
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
/*
 *  i386 emulator main execution loop
 *  emulator main execution loop
 *
 *  Copyright (c) 2003-2005 Fabrice Bellard
 *