aboutsummaryrefslogtreecommitdiff
path: root/arch/v1/arch.c
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-04-15 20:16:06 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-04-15 23:59:52 +0200
commitd36b3f200dbaf19afd3b5e33f6a575961c471b72 (patch)
tree9476434702dc74d2e0b408b6d1ed452113e0823a /arch/v1/arch.c
parent8ca1bcacc36b117a6d6d7a24d02bb1a3d9bf9038 (diff)
Removes finished TODOs
Diffstat (limited to 'arch/v1/arch.c')
-rw-r--r--arch/v1/arch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/v1/arch.c b/arch/v1/arch.c
index a5f9dd4..38de920 100644
--- a/arch/v1/arch.c
+++ b/arch/v1/arch.c
@@ -1020,7 +1020,7 @@ void arch_push_data_line(void) {
}
}
- // TODO: insert write memory events
+ // Insert arch-specific memory events
char *eprefs[] = { "wev", "xev" };
int eprefs_cnt = sizeof(eprefs) / sizeof(eprefs[0]);