From 02fc308916fff15f2a1c7b2f275dd27f2e31cc14 Mon Sep 17 00:00:00 2001
From: "H.J. Lu" <hjl.tools@gmail.com>
Date: Thu, 26 Jun 2003 17:50:41 +0000
Subject: 2003-06-26  H.J. Lu <hongjiu.lu@intel.com>

	* config/tc-i386.c (md_assemble): Declare "exp" before "if".
---
 gas/config/tc-i386.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'gas/config')

diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c
index 5ac7e0c..22db238 100644
--- a/gas/config/tc-i386.c
+++ b/gas/config/tc-i386.c
@@ -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++];
-- 
cgit v1.1