Skip to content

Commit

Permalink
Fix for bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoodman committed Sep 22, 2020
1 parent 3a16ad4 commit 7d0b4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remill/Arch/AArch64/Arch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ void AArch64Arch::PopulateBasicBlockFunction(llvm::Module *module,
REG(SP, gpr.sp.qword, u64);
SUB_REG(WSP, gpr.sp.dword, u32, SP);

SUB_REG(LP, gpr.x30.qword, u32, X30);
SUB_REG(LP, gpr.x30.qword, u64, X30);
SUB_REG(WLP, gpr.x30.dword, u32, LP);

REG(V0, simd.v[0].bytes.elems[0], v128u8);
Expand Down

0 comments on commit 7d0b4c7

Please sign in to comment.