mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Avoid some minor warnings.
This commit is contained in:
parent
9a9aa5b194
commit
1283a93492
1 changed files with 2 additions and 0 deletions
|
@ -109,8 +109,10 @@ static void JitLogMiss(MIPSOpcode op)
|
|||
func(op);
|
||||
}
|
||||
|
||||
#ifdef _MSC_VER
|
||||
// JitBlockCache doesn't use this, just stores it.
|
||||
#pragma warning(disable:4355)
|
||||
#endif
|
||||
Jit::Jit(MIPSState *mips) : blocks(mips, this), mips_(mips)
|
||||
{
|
||||
blocks.Init();
|
||||
|
|
Loading…
Add table
Reference in a new issue