Skip to content

Commit

Permalink
Fix branch opcode in EmitDefaultCaseAssembly
Browse files Browse the repository at this point in the history
  • Loading branch information
sevilS authored and antoniofrighetto committed Dec 3, 2024
1 parent 9f091b1 commit 6d8db3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/passes/cfg-flattening/ControlFlowFlattening.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ template <class IRBTy> void EmitDefaultCaseAssembly(IRBTy &IRB, Triple TT) {
FType,
R"delim(
ldr r1, [pc, #-4];
bl r1;
bx r1;
mov r1, r2;
.byte 0xF1, 0xFF;
.byte 0xF2, 0xA2;
Expand Down

0 comments on commit 6d8db3b

Please sign in to comment.