mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-05-09 12:24:18 +02:00
block_of_code.cpp: remove redundant align()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user