rec_x64: Avoid recipe for target failed error
This commit is contained in:
parent
295570a9f3
commit
64656a6eb3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue