mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Just disable the this constructor warning here.
This commit is contained in:
parent
ffbe28fc61
commit
2cd8f928a7
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ static void JitLogMiss(u32 op)
|
|||
func(op);
|
||||
}
|
||||
|
||||
// JitBlockCache doesn't use this, just stores it.
|
||||
#pragma warning(disable:4355)
|
||||
Jit::Jit(MIPSState *mips) : blocks(mips, this), mips_(mips)
|
||||
{
|
||||
blocks.Init();
|
||||
|
|
Loading…
Add table
Reference in a new issue