mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
cpu/drcbex86.cpp: Sorry, I’m an idiot, didn't stage this line.
This commit is contained in:
parent
ff92d10a04
commit
aa0c4f914f
@ -854,6 +854,7 @@ void drcbe_x86::generate(drcuml_block &block, const instruction *instlist, uint3
|
||||
for (unsigned shift = 1; linemask & (linemask + 1); ++shift)
|
||||
linemask |= linemask >> shift;
|
||||
}
|
||||
x86code *dst = (x86code *)(uintptr_t(m_cache.top() + linemask) & ~linemask);
|
||||
|
||||
CodeHolder ch;
|
||||
ch.init(Environment::host(), uint64_t(dst));
|
||||
|
Loading…
Reference in New Issue
Block a user