From 048da372e964636006a386a8c72daf78c3703547 Mon Sep 17 00:00:00 2001 From: SachinVin Date: Thu, 15 Jul 2021 22:30:26 +0530 Subject: [PATCH] block_of_code.cpp: remove redundant `align()` --- src/dynarmic/backend/x64/block_of_code.cpp | 2 -- 1 file changed, 2 deletions(-) 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;