OSDN Git Service

fix typo
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 May 1995 19:45:00 +0000 (19:45 +0000)
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 May 1995 19:45:00 +0000 (19:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9656 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/gas.h

index 52d64d0..0f071da 100644 (file)
@@ -83,13 +83,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #undef ASM_OUTPUT_ALIGN_CODE
 #define ASM_OUTPUT_ALIGN_CODE(FILE) \
-  fprintf ((FILE), "\t.align %d,0x90\n", 1 << i386_align_jumps)
+  fprintf ((FILE), "\t.align %d,0x90\n", i386_align_jumps)
 
 /* Align start of loop at 4-byte boundary.  */
 
 #undef ASM_OUTPUT_LOOP_ALIGN
 #define ASM_OUTPUT_LOOP_ALIGN(FILE) \
-  fprintf ((FILE), "\t.align %d,0x90\n", 1 << i386_align_loops)
+  fprintf ((FILE), "\t.align %d,0x90\n", i386_align_loops)
 
 \f
 /* A C statement or statements which output an assembler instruction