From 911f88a04147720a031af3ee4901b92e0e029eb0 Mon Sep 17 00:00:00 2001 From: Arignir Date: Wed, 20 Mar 2024 02:12:46 +0100 Subject: [PATCH] Fix a comment in `core.c`. --- source/gba/core/core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/gba/core/core.c b/source/gba/core/core.c index 9a2ed84..ebac042 100644 --- a/source/gba/core/core.c +++ b/source/gba/core/core.c @@ -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.