summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/drcbex86.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/drcbex86.cpp')
-rw-r--r--src/devices/cpu/drcbex86.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/drcbex86.cpp b/src/devices/cpu/drcbex86.cpp
index d60060b0d26..1d894713b43 100644
--- a/src/devices/cpu/drcbex86.cpp
+++ b/src/devices/cpu/drcbex86.cpp
@@ -803,6 +803,7 @@ void drcbe_x86::reset()
int drcbe_x86::execute(code_handle &entry)
{
// call our entry point which will jump to the destination
+ m_cache.codegen_complete();
return (*m_entry)((x86code *)entry.codeptr());
}