mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
2009-10-13 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (print_insn): Always clear need_vex, need_vex_reg and vex_w_done.
This commit is contained in:
parent
ec65d7cafa
commit
55b126d49c
@ -1,8 +1,13 @@
|
||||
2009-10-13 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* i386-dis.c (print_insn): Always clear need_vex, need_vex_reg
|
||||
and vex_w_done.
|
||||
|
||||
2009-10-07 Michael Eager <eager@eagercon.com>
|
||||
|
||||
* opcodes/microblaze-dis.c: Add include for microblaze-dis.h,
|
||||
* microblaze-dis.c: Add include for microblaze-dis.h,
|
||||
eliminate local extern decls.
|
||||
* opcodes/microblaze-dis.h: New.
|
||||
* microblaze-dis.h: New.
|
||||
|
||||
2009-10-06 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
|
@ -9687,15 +9687,16 @@ print_insn (bfd_vma pc, disassemble_info *info)
|
||||
modrm.rm = *codep & 7;
|
||||
}
|
||||
|
||||
need_vex = 0;
|
||||
need_vex_reg = 0;
|
||||
vex_w_done = 0;
|
||||
|
||||
if (dp->name == NULL && dp->op[0].bytemode == FLOATCODE)
|
||||
{
|
||||
dofloat (sizeflag);
|
||||
}
|
||||
else
|
||||
{
|
||||
need_vex = 0;
|
||||
need_vex_reg = 0;
|
||||
vex_w_done = 0;
|
||||
dp = get_valid_dis386 (dp, info);
|
||||
if (dp != NULL && putop (dp->name, sizeflag) == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user