Skip to content

Commit

Permalink
Update X86.h
Browse files Browse the repository at this point in the history
Fixed typo and removed a space
  • Loading branch information
DerekTurtleRoe committed Mar 19, 2021
1 parent e2c6cfa commit 0ed9f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RSP/X86.h
Expand Up @@ -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 {
Expand Down

0 comments on commit 0ed9f0b

Please sign in to comment.