aboutsummaryrefslogtreecommitdiff
path: root/arch/dummy/arch.j2.c
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-12-03 22:14:38 +0100
committerPaul Oliver <contact@pauloliver.dev>2025-12-05 01:57:20 +0100
commit24811b4c6a6592b08dbb41243db188a8b310312d (patch)
tree3c2751b0ba74e498f64a0bab1e75fdd6af314692 /arch/dummy/arch.j2.c
parentc7c5925d86fd3e36069ee3689b1c0a1f6df600f9 (diff)
Improve SQL handling & aggregate memory events (WIP)data_improvements
Diffstat (limited to 'arch/dummy/arch.j2.c')
-rw-r--r--arch/dummy/arch.j2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/dummy/arch.j2.c b/arch/dummy/arch.j2.c
index c331b34..f51494f 100644
--- a/arch/dummy/arch.j2.c
+++ b/arch/dummy/arch.j2.c
@@ -28,6 +28,12 @@ void arch_core_init(struct Core *core) {
}
{% endif %}
+void arch_core_free(struct Core *core) {
+ assert(core);
+
+ (void)core;
+}
+
{% if args.command in ["load", "new"] %}
void arch_core_save(FILE *f, const struct Core *core) {
assert(f);