Skip to content

Commit

Permalink
Fix a comment in core.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arignir committed Mar 20, 2024
1 parent f856b41 commit 911f88a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/gba/core/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ core_idle_for(
}

/*
** Reload the cached op-code on the 3-stage pipeline.
** This must be called when the value of PC is changed.
** Reload the cached opcodes of the 3-stage pipeline.
** This must be called when the r15 (PC) is written.
**
** This function takes 1N and 1S cycles to complete, and set the
** next prefetch access type to SEQUENTIAL.
Expand Down

0 comments on commit 911f88a

Please sign in to comment.