diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-04-15 20:16:06 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-04-15 23:59:52 +0200 |
| commit | d36b3f200dbaf19afd3b5e33f6a575961c471b72 (patch) | |
| tree | 9476434702dc74d2e0b408b6d1ed452113e0823a /core/salis.c | |
| parent | 8ca1bcacc36b117a6d6d7a24d02bb1a3d9bf9038 (diff) | |
Removes finished TODOs
Diffstat (limited to 'core/salis.c')
| -rw-r--r-- | core/salis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/salis.c b/core/salis.c index 7168dea..def8243 100644 --- a/core/salis.c +++ b/core/salis.c @@ -867,7 +867,7 @@ void salis_push_data_line(void) { g_steps ); - // TODO: insert execute memory events + // Insert generic memory events char *eprefs[] = { "aev", "eev", "bev" }; int eprefs_cnt = sizeof(eprefs) / sizeof(eprefs[0]); |
