diff --git a/src/dynarmic/backend/x64/block_of_code.cpp b/src/dynarmic/backend/x64/block_of_code.cpp index 43683d2a..689d2136 100644 --- a/src/dynarmic/backend/x64/block_of_code.cpp +++ b/src/dynarmic/backend/x64/block_of_code.cpp @@ -258,8 +258,6 @@ void BlockOfCode::GenRunCode(std::function rcp) { SwitchMxcsrOnEntry(); jmp(ABI_PARAM2); - align(); - // Dispatcher loop Xbyak::Label return_to_caller, return_to_caller_mxcsr_already_exited;