diff options
Diffstat (limited to 'opcodes/i386-mnem.h')
-rw-r--r-- | opcodes/i386-mnem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-mnem.h b/opcodes/i386-mnem.h index 3e69415..001d10d 100644 --- a/opcodes/i386-mnem.h +++ b/opcodes/i386-mnem.h @@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -extern const char i386_mnemonics[]; +static const char i386_mnemonics[]; #define MN_ud0 0x1 #define MN_prefetcht0 0x5 |