Skip to content

Commit

Permalink
Fix comment in expand_eflags
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Dec 27, 2023
1 parent 193941e commit 228c852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instructionAPI/src/x86/decoder.C
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ std::map<x86_reg,implicit_state> implicit_registers(cs_detail const* d) {
/* clang-format off */
std::vector<eflags_t> expand_eflags(x86_reg r, cs_mode m) {
/*
* There are four possible types of access modeled by Capstone:
* There are six possible types of access modeled by Capstone:
*
* MODIFY - written to
* PRIOR - this is never used in Capstone
Expand Down

0 comments on commit 228c852

Please sign in to comment.