mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-13 17:57:12 +08:00
Actually spell "Sandy Bridge" correctly
This commit is contained in:
parent
42a8caecb5
commit
4e0fd9fb63
2
insns.h
2
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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user