cpu/drcbex86.cpp: Sorry, I’m an idiot, didn't stage this line.

This commit is contained in:
Vas Crabb 2025-01-13 05:54:28 +11:00
parent ff92d10a04
commit aa0c4f914f

View File

@ -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));