diff --git a/desmume/src/armcpu.cpp b/desmume/src/armcpu.cpp index 02f100dc9..38a4cb9c0 100644 --- a/desmume/src/armcpu.cpp +++ b/desmume/src/armcpu.cpp @@ -507,10 +507,9 @@ armcpu_flagIrq( armcpu_t *armcpu) { template u32 armcpu_exec() { - // gocha: In most cases (FIXME: but *not* always), - // fetching and executing are processed parallelly. + // Usually, fetching and executing are processed parallelly. // So this function stores the cycles of each process to - // the variables below, and returns the larger one. + // the variables below, and returns appropriate cycle count. u32 cFetch = 0; u32 cExecute = 0;