commit | 28792287e8109b7b40bd28d43950439f12f251a7 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Tue Jul 23 17:10:22 2024 +0100 |
committer | Andrew Burgess <aburgess@redhat.com> | Wed Jul 24 14:32:35 2024 +0100 |
tree | 721bc796c90256a8290bddd9bb003dd4534d7be1 | |
parent | 2a215bbf7c0b02cf281aecbc9cb1b56d52ff7fc0 [diff] |
opcodes/x86: fix minor missed styling case I noticed that the x86 instruction: sar $1,%rsi would fail to style the '$0x1' as an immediate. This commit fixes that case.