aboutsummaryrefslogtreecommitdiff
path: root/arch/v1
diff options
context:
space:
mode:
Diffstat (limited to 'arch/v1')
-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]);