block_of_code.cpp: remove redundant align()
This commit is contained in:
parent
6ca6461450
commit
048da372e9
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue