Skip to content

Commit

Permalink
Fix a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ksco committed Mar 28, 2024
1 parent 491daa1 commit 8a512ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion suite/tests/client-interface/stolen-reg.dll.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ do_flush(app_pc next_pc)

/* TODO i#3544: Add synchall support to RISC-V. */
#ifndef RISCV64
if (!dr_flush_region(NULL, ~0UL)) DR_ASSERT(false);
if (!dr_flush_region(NULL, ~0UL))
DR_ASSERT(false);
void *drcontext = dr_get_current_drcontext();
dr_mcontext_t mcontext;
mcontext.size = sizeof(mcontext);
Expand Down

0 comments on commit 8a512ab

Please sign in to comment.