Skip to content

Commit

Permalink
InstructionFlags: update comment
Browse files Browse the repository at this point in the history
patch by guest2028461
  • Loading branch information
smx-smx committed Apr 23, 2024
1 parent ccd9bb3 commit e130a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xzre.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ typedef int BOOL;
typedef enum {
// has lock prefix
DF_LOCK_REP = 1,
// has segment (ds/es) override
// has segment (es/ss) override
DF_SEG = 2,
// has operand size override
DF_OSIZE = 4,
Expand Down

0 comments on commit e130a07

Please sign in to comment.