mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-10 00:50:00 +01:00
block_of_code: Remove unused variables in GenRunCode()
These aren't used, so they can be removed.
This commit is contained in:
parent
29d1758923
commit
34f4d99454
@ -155,8 +155,6 @@ void BlockOfCode::ForceReturnFromRunCode(bool mxcsr_already_exited) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void BlockOfCode::GenRunCode(std::function<void(BlockOfCode&)> rcp) {
|
void BlockOfCode::GenRunCode(std::function<void(BlockOfCode&)> rcp) {
|
||||||
Xbyak::Label loop, enter_mxcsr_then_loop;
|
|
||||||
|
|
||||||
align();
|
align();
|
||||||
run_code = getCurr<RunCodeFuncType>();
|
run_code = getCurr<RunCodeFuncType>();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user