diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-06-18 00:08:54 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-06-25 00:15:17 +0200 |
| commit | 0f5581f53f73a92d33826c4771553a9683376e67 (patch) | |
| tree | eab8172d21dc4a0b36714af541d22a82cec858f3 /arch/dummy | |
| parent | 00a0cb3821ce2bd0fc589ae64ed9cbb791ce44bb (diff) | |
Adds unit testing scaffold and build tests
Diffstat (limited to 'arch/dummy')
| -rw-r--r-- | arch/dummy/vars.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/dummy/vars.py b/arch/dummy/vars.py index 7150767..fce888a 100644 --- a/arch/dummy/vars.py +++ b/arch/dummy/vars.py @@ -7,6 +7,7 @@ inst_set = [(["dummy", f"{i:02x}"], symbol) for i, symbol in enumerate( core_data_fields = [] core_fields = [] +muta_flip = False mvec_loop = True proc_fields = [ ("uint64_t", "ip"), |
