Skip to content

Commit

Permalink
Another small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksco committed Dec 13, 2023
1 parent 1e477f8 commit 921a599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/drcachesim/tracer/tracer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1304,8 +1304,8 @@ event_app_instruction(void *drcontext, void *tag, instrlist_t *bb, instr_t *inst
adjust = instrument_instr(drcontext, tag, ud, bb, where, reg_ptr, adjust,
ud->strex, mode);
adjust = instrument_memref(drcontext, ud, bb, where, reg_ptr, adjust, ud->strex,
instr_get_dst(ud->strex, 0), 0, true,
instr_get_predicate(ud->strex), mode);
instr_get_dst(ud->strex, IF_RISCV64_ELSE(1, 0)), 0,
true, instr_get_predicate(ud->strex), mode);
ud->strex = NULL;
}

Expand Down

0 comments on commit 921a599

Please sign in to comment.