block_of_code: Always specify codeptr to run from

This commit is contained in:
MerryMage 2020-04-06 15:45:15 +01:00
parent b6536115ef
commit 7e0c415473
4 changed files with 15 additions and 31 deletions

View file

@ -70,7 +70,7 @@ struct Jit::Impl {
return GetCurrentBlock();
}();
block_of_code.RunCodeFrom(&jit_state, current_codeptr);
block_of_code.RunCode(&jit_state, current_codeptr);
}
void Step() {