commit | 36fa5275c164c3eea585ff0a5aaefc235a18b298 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Jan 31 10:04:45 2025 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Jan 31 10:04:45 2025 +0100 |
tree | b38478b633f7e91f3f841b7e6036ab86a85eae5f | |
parent | 77ad112d8cc8056e9c99d1c064c773d96fb2dc12 [diff] |
x86-64: omit "default" segment prefixes from string insn disassembly Printing implicit %ds: and %es: prefixes is pretty meaningless in 64-bit mode. The SDM explicitly omits them for the 64-bit forms, and it obviously has them for the other ones only to cover non-64-bit modes (oddly enough the AMD PM has them present).