* config/tc-i386.h (NOP_OPCODE): Restore.
[deliverable/binutils-gdb.git] / gas / config / tc-i386.h
index 0f84f59ab9719f71efe2de4d7837e01b66c304a4..ed8085018bcdbcce1870a8199367086994cd0e53 100644 (file)
@@ -114,6 +114,9 @@ extern const char *i386_comment_chars;
 #define IMMEDIATE_PREFIX '$'
 #define ABSOLUTE_PREFIX '*'
 
+/* Byte to use for filling in frag_align_code.  */
+#define NOP_OPCODE (char) 0x90
+
 /* these are the instruction mnemonic suffixes.  */
 #define WORD_MNEM_SUFFIX  'w'
 #define BYTE_MNEM_SUFFIX  'b'
This page took 0.025908 seconds and 4 git commands to generate.