Skip to content

Commit

Permalink
cpu/drcbex86.cpp: Sorry, I’m an idiot, didn't stage this line.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuavas committed Jan 12, 2025
1 parent ff92d10 commit aa0c4f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devices/cpu/drcbex86.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit aa0c4f9

Please sign in to comment.