Skip to content

Commit

Permalink
Fix building error (typo).
Browse files Browse the repository at this point in the history
  • Loading branch information
edeiana committed Mar 27, 2024
1 parent 4caf3aa commit 9bc4a80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/ir/synthetic/encode.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ encode_to_synth(dcontext_t *dcontext, instr_t *instr, byte *encoded_instr)
uint eflags_instr = instr_get_arith_flags(instr, DR_QUERY_DEFAULT);
instr_set_isa_mode(instr, DR_ISA_SYNTHETIC);
uint eflags = 0;
DR_ISA_
if (TESTANY(EFLAGS_WRITE_ARITH, eflags_instr))
eflags |= SYNTHETIC_INSTR_WRITES_ARITH;
if (TESTANY(EFLAGS_READ_ARITH, eflags_instr))
Expand Down

0 comments on commit 9bc4a80

Please sign in to comment.