Correct ampersands as well

This commit is contained in:
mathieui
2016-01-21 21:27:56 +01:00
parent 3e283ea9f1
commit f15ffda5a7
17 changed files with 86 additions and 86 deletions

View File

@ -21,7 +21,7 @@ struct InstructionInfo
u64 immediate;
s32 displacement;
bool operator==(const InstructionInfo &other) const;
bool operator==(const InstructionInfo& other) const;
};
struct ModRM