mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-25 04:02:42 +01:00
Fix hang when compiling leaf blocks
This commit is contained in:
parent
c2f5de1c55
commit
d0dbdb1ab5
@ -496,6 +496,7 @@ namespace aarch64
|
|||||||
auto i = llvm::dyn_cast<llvm::Instruction>(bit);
|
auto i = llvm::dyn_cast<llvm::Instruction>(bit);
|
||||||
if (!is_ret_instruction(i))
|
if (!is_ret_instruction(i))
|
||||||
{
|
{
|
||||||
|
++bit;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user