Jitregister: fix common-core dependency

This commit is contained in:
degasus
2015-05-02 22:30:56 +02:00
parent 732802ebd0
commit ac0e304159
3 changed files with 3 additions and 5 deletions

View File

@ -9,7 +9,7 @@
namespace JitRegister
{
void Init();
void Init(const std::string& perf_dir);
void Shutdown();
void RegisterV(const void* base_address, u32 code_size,
const char* format, va_list args);