Update X86.h

Fixed typo and removed a space
This commit is contained in:
Derek "Turtle" Roe 2021-03-19 01:20:59 -05:00
parent e2c6cfad75
commit 0ed9f0b5f7
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ void SseMoveRegToReg ( int Dest, int Source );
void SseXorRegToReg ( int Dest, int Source );
#pragma warning(push)
#pragma warning(disable : 4201) // nonstandard extension used : nameless struct/union
#pragma warning(disable : 4201) // Non-standard extension used: nameless struct/union
typedef union {
struct {