Compilation fix

This commit is contained in:
Nekotekina 2015-03-07 01:58:42 +03:00
parent 428e51b619
commit d234493b4a
34 changed files with 37 additions and 13 deletions

View file

@ -1,5 +1,6 @@
#include "stdafx.h"
#include "Utilities/Log.h"
#include "Emu/System.h"
#include "Emu/Cell/PPULLVMRecompiler.h"
#include "Emu/Memory/Memory.h"
#include "llvm/Support/TargetSelect.h"
@ -23,6 +24,10 @@
using namespace llvm;
using namespace ppu_recompiler_llvm;
#ifdef ID_MANAGER_INCLUDED
#error "ID Manager cannot be used in this module"
#endif
u64 Compiler::s_rotate_mask[64][64];
bool Compiler::s_rotate_mask_inited = false;