Skip to content

Commit 8aa6ebe

Browse files
committed
Merge remote-tracking branch
'origin/GP-6379_ghidorahrex_PR-6207_Goatman13_vle_blrl' into patch (Closes #6207)
2 parents 446098a + c0bc9a8 commit 8aa6ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ghidra/Processors/PowerPC/data/languages/ppc_vle.sinc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ IMM16B: val is IMM_0_10_VLE & IMM_16_20_VLE [ val = (IMM_16_20_VLE << 11) |
114114
:se_blrl is $(ISVLE) & OP15_VLE=2 & LK0_VLE=1 {
115115
tmp:$(REGISTER_SIZE) = LR & ~1;
116116
LR = inst_next;
117-
return [tmp];
117+
call [tmp];
118118
}
119119

120120
:se_sc is $(ISVLE) & OP16_VLE=2 {

0 commit comments

Comments
 (0)