mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
IR: Convert typedefs to using aliases
This commit is contained in:
@ -182,8 +182,8 @@ enum Opcode
|
|||||||
Int3
|
Int3
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef unsigned Inst;
|
using Inst = u32;
|
||||||
typedef Inst* InstLoc;
|
using InstLoc = Inst*;
|
||||||
|
|
||||||
unsigned inline getOpcode(Inst i)
|
unsigned inline getOpcode(Inst i)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user