mirror of
https://github.com/xcat2/xNBA.git
synced 2026-05-12 17:34:10 +00:00
3715c8c721
When the 16-bit segment registers are accessed using 32-bit instructions the high order bytes are undefined on older CPUs. We now explicitly zero the high order bytes when snapshotting the CPU state. This ensures that the GDB stub reports consistent values for the segment registers.