mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
Correct ampersands as well
This commit is contained in:
parent
3e283ea9f1
commit
f15ffda5a7
17 changed files with 86 additions and 86 deletions
|
@ -21,7 +21,7 @@ struct InstructionInfo
|
|||
u64 immediate;
|
||||
s32 displacement;
|
||||
|
||||
bool operator==(const InstructionInfo &other) const;
|
||||
bool operator==(const InstructionInfo& other) const;
|
||||
};
|
||||
|
||||
struct ModRM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue