diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-05-25 21:36:50 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-05-25 21:38:20 +0200 |
| commit | bace2d7f20acc609d552a80bb018939d5e8afab8 (patch) | |
| tree | 0525710979c3342a2ed74fc675c192cb9b0c7870 /arch/dummy | |
| parent | 54342ed0cc61585d953183ec29309eb0db846b72 (diff) | |
Save file compression and data aggregation always enabled
Diffstat (limited to 'arch/dummy')
| -rw-r--r-- | arch/dummy/arch.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/dummy/arch.c b/arch/dummy/arch.c index 6f4d098..aaf0f9d 100644 --- a/arch/dummy/arch.c +++ b/arch/dummy/arch.c @@ -144,7 +144,6 @@ const char *arch_mnemonic(uint8_t inst) { return NULL; } -#if defined(DATA_PUSH) #if defined(COMMAND_NEW) void arch_push_data_header(void) { assert(g_sim_db); @@ -154,4 +153,3 @@ void arch_push_data_header(void) { void arch_push_data_line(void) { assert(g_sim_db); } -#endif |
