We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d64ba commit 8e96a34Copy full SHA for 8e96a34
1 file changed
src/dynarec/dynablock.c
@@ -260,6 +260,7 @@ dynablock_t* CreateDBnoAlt(x64emu_t* emu, uintptr_t addr, int is32bits)
260
261
dynarec_log(LOG_DEBUG, "Will call Fillblock64 for Alt %p\n", (void*)addr);
262
dynablock_t* block = FillBlock64(addr, is32bits, MAX_INSTS, 0, 1);
263
+ if(block && block->block) block->done = 1; // validate the alt block
264
265
mutex_unlock(&my_context->mutex_dyndump);
266
0 commit comments