mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Enable these delegates for MIPS as well (nw)
This commit is contained in:
parent
13453b312f
commit
d18e9f343c
@ -39,7 +39,7 @@ delegate_mfp::raw_mfp_data delegate_mfp::s_null_mfp = { {0 }};
|
||||
|
||||
delegate_generic_function delegate_mfp::convert_to_generic(delegate_generic_class *&object) const
|
||||
{
|
||||
#if defined(__arm__) || defined(__ARMEL__) || defined(__aarch64__)
|
||||
#if defined(__arm__) || defined(__ARMEL__) || defined(__aarch64__) || defined(__MIPSEL__) || defined(__mips_isa_rev) || defined(__mips64)
|
||||
if ((m_this_delta & 1) == 0) {
|
||||
#if defined(LOG_DELEGATES)
|
||||
printf("Calculated Addr = %08x\n", (uintptr_t)(void*)(m_function));
|
||||
|
Loading…
Reference in New Issue
Block a user