mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
c1bf5562e3
This commit drops calls to `_init_$CPU_STATE` for non-general purpose registers. Instead, these part of the CPU state are initialized using the initializer of the CSV, which is in turn provided by QEMU. This enables us to properly initialize as appropriate fields such as x86-64's DF flag.