diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-05-06 19:58:52 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-05-06 19:58:52 -0700 |
commit | 4e0fd9fb638474ea3aba15b8881d0d96c0231574 (patch) | |
tree | d6fa10cc7c2ee3bfed49186c420172496f0d8b30 /insns.h | |
parent | 42a8caecb5891402c039a4154a8e17aee735afc2 (diff) | |
download | nasm-4e0fd9fb638474ea3aba15b8881d0d96c0231574.tar.gz nasm-4e0fd9fb638474ea3aba15b8881d0d96c0231574.tar.bz2 nasm-4e0fd9fb638474ea3aba15b8881d0d96c0231574.zip |
Actually spell "Sandy Bridge" correctly
Diffstat (limited to 'insns.h')
-rw-r--r-- | insns.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ extern const struct disasm_index itable[256]; #define IF_X86_64 0x0A000000UL /* x86-64 instruction (long or legacy mode) */ #define IF_NEHALEM 0x0B000000UL /* Nehalem instruction */ #define IF_WESTMERE 0x0C000000UL /* Westmere instruction */ -#define IF_SANDYBRIDE 0x0D000000UL /* Sandy Bridge instruction */ +#define IF_SANDYBRIDGE 0x0D000000UL /* Sandy Bridge instruction */ #define IF_X64 (IF_LONG|IF_X86_64) #define IF_IA64 0x0F000000UL /* IA64 instructions (in x86 mode) */ #define IF_CYRIX 0x10000000UL /* Cyrix-specific instruction */ |