mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
2003-06-26 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (md_assemble): Declare "exp" before "if".
This commit is contained in:
parent
714b128219
commit
02fc308916
@ -1,3 +1,7 @@
|
||||
2003-06-26 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/tc-i386.c (md_assemble): Declare "exp" before "if".
|
||||
|
||||
2003-06-25 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* config/tc-h8300.c (get_specific): Allow ':8' to be used for
|
||||
|
@ -1413,6 +1413,8 @@ md_assemble (line)
|
||||
|
||||
if (i.tm.opcode_modifier & ImmExt)
|
||||
{
|
||||
expressionS *exp;
|
||||
|
||||
if ((i.tm.cpu_flags & CpuPNI) && i.operands > 0)
|
||||
{
|
||||
/* These Intel Precott New Instructions have the fixed
|
||||
@ -1433,8 +1435,6 @@ md_assemble (line)
|
||||
immediate field would be. Here we fake an 8-bit immediate
|
||||
operand from the opcode suffix stored in tm.extension_opcode. */
|
||||
|
||||
expressionS *exp;
|
||||
|
||||
assert (i.imm_operands == 0 && i.operands <= 2 && 2 < MAX_OPERANDS);
|
||||
|
||||
exp = &im_expressions[i.imm_operands++];
|
||||
|
Loading…
Reference in New Issue
Block a user