commit | c54748b2fae98907b3f86fd2a3b6b46249759ceb | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Jul 21 08:56:49 2023 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Jul 21 08:56:49 2023 +0200 |
tree | 8ab3cda8295cb2d3415b0ceaca95516ee8165810 | |
parent | f4c4456eb4d826f39abb2575ce5c2c4640bb16f3 [diff] |
x86: simplify disassembly of LAR/LSL For whatever reason in c9f5b96bdab0 ("x86: correct handling of LAR and LSL") I didn't realize that we can easily use Sv instead of going through mod_table[]. Redo this aspect of that change.