From: H. Peter Anvin Date: Wed, 7 May 2008 02:58:52 +0000 (-0700) Subject: Actually spell "Sandy Bridge" correctly X-Git-Tag: nasm-2.11.05~1625 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e0fd9fb638474ea3aba15b8881d0d96c0231574;p=platform%2Fupstream%2Fnasm.git Actually spell "Sandy Bridge" correctly --- diff --git a/insns.h b/insns.h index 7189a55..35d05b5 100644 --- a/insns.h +++ b/insns.h @@ -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 */