commit | 125ff8197df74cd3108e36d271267c798cd0e15f | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Tue Jan 04 10:05:53 2022 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Tue Jan 04 10:05:53 2022 +0100 |
tree | 694afa99f47a2f6212eb1d6ace96a956d7180b6b | |
parent | 5ed4d49d107c46670a7994711f0284776a35284e [diff] |
x86/Intel: correct VFPCLASSP{S,D} handling when displacement is present fits_in_disp8() can be called before ambiguous operands get resolved or rejected (in process_suffix()), which requires that i.memshift be non-negative to avoid an internal error. This case wasn't covered by 6c0946d0d28d ("x86: correct VFPCLASSP{S,D} operand size handling").