fix msvc build

This commit is contained in:
Flyinghead 2021-05-16 20:18:49 +02:00
parent 0966a092af
commit da40297810
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@
#define SH_CURTHREAD 1
#define SH_CURPROC 2
extern const u32 mmu_mask[4];
static bool read_mem32(u32 addr, u32& data)
{
u32 pa;