rec_x64: Avoid recipe for target failed error

This commit is contained in:
TwistedUmbrella 2018-07-03 09:09:30 -04:00
parent 295570a9f3
commit 64656a6eb3
1 changed files with 2 additions and 0 deletions

View File

@ -229,6 +229,7 @@ struct /*__declspec(dllexport)*/ x86_ptr_imm
this->ptr=ptr;
}
#if HOST_CPU != CPU_X64
#ifndef WIN32
template<typename Rv, typename ...Args>
x86_ptr_imm(Rv(* ptr)(Args...))
@ -242,6 +243,7 @@ struct /*__declspec(dllexport)*/ x86_ptr_imm
{
this->ptr= reinterpret_cast<void*>(ptr);
}
#endif
};
enum x86_mrm_mod