block_of_code.cpp: remove redundant align()

This commit is contained in:
SachinVin 2021-07-15 22:30:26 +05:30 committed by merry
parent 6ca6461450
commit 048da372e9

View file

@ -258,8 +258,6 @@ void BlockOfCode::GenRunCode(std::function<void(BlockOfCode&)> rcp) {
SwitchMxcsrOnEntry();
jmp(ABI_PARAM2);
align();
// Dispatcher loop
Xbyak::Label return_to_caller, return_to_caller_mxcsr_already_exited;