diff --git a/Source/Core/Core/PowerPC/JitILCommon/IR.h b/Source/Core/Core/PowerPC/JitILCommon/IR.h index 2321037ef8..63899b6d12 100644 --- a/Source/Core/Core/PowerPC/JitILCommon/IR.h +++ b/Source/Core/Core/PowerPC/JitILCommon/IR.h @@ -182,8 +182,8 @@ enum Opcode Int3 }; -typedef unsigned Inst; -typedef Inst* InstLoc; +using Inst = u32; +using InstLoc = Inst*; unsigned inline getOpcode(Inst i) {