1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

Fix hang when compiling leaf blocks

This commit is contained in:
kd-11 2024-08-20 00:24:16 +03:00 committed by kd-11
parent c2f5de1c55
commit d0dbdb1ab5

View File

@ -496,6 +496,7 @@ namespace aarch64
auto i = llvm::dyn_cast<llvm::Instruction>(bit);
if (!is_ret_instruction(i))
{
++bit;
continue;
}