mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
i386: Reformat OP_E_memory
* i386-dis.c (OP_E_memory): Reformat.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2018-09-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* i386-dis.c (OP_E_memory): Reformat.
|
||||
|
||||
2018-09-14 Jan Beulich <jbeulich@suse.com>
|
||||
|
||||
* i386-opc.tbl (crc32): Fold byte and word forms.
|
||||
|
@ -15297,11 +15297,11 @@ OP_E_memory (int bytemode, int sizeflag)
|
||||
case d_scalar_swap_mode:
|
||||
shift = 2;
|
||||
break;
|
||||
case w_scalar_mode:
|
||||
case w_scalar_mode:
|
||||
case xmm_mw_mode:
|
||||
shift = 1;
|
||||
break;
|
||||
case b_scalar_mode:
|
||||
case b_scalar_mode:
|
||||
case xmm_mb_mode:
|
||||
shift = 0;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user