Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav92003 committed Apr 5, 2024
1 parent 8c44158 commit 257704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/arch/aarch64/emit_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ append_restore_simd_reg(dcontext_t *dcontext, instrlist_t *ilist, bool absolute)
opnd_create_reg(REG_DCXT),
OPND_CREATE_INTPTR(offsetof(priv_mcontext_t, simd))));
ASSERT(sizeof(dr_simd_t) == 64);
for (i = 0; i < 32; i ++) {
for (i = 0; i < 32; i++) {
/* ldr q(i), [x1, #(i * sizeof(dr_simd_t))] */
APP(ilist,
INSTR_CREATE_ldr(
Expand Down

0 comments on commit 257704f

Please sign in to comment.