Modify my old comment to fit the current status.

This commit is contained in:
gocha 2009-09-22 08:45:12 +00:00
parent 0accc4eaf8
commit ab8f50eae2
1 changed files with 2 additions and 3 deletions

View File

@ -507,10 +507,9 @@ armcpu_flagIrq( armcpu_t *armcpu) {
template<int PROCNUM>
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;