Skip to content

Commit

Permalink
#89 - fixed comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlutas committed May 7, 2024
1 parent f32c037 commit 05d5632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/bdx86_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ typedef struct _ND_OPERAND
ND_OPDESC_REGISTER Register; // Register, if operand type if ND_OP_REG.
ND_OPDESC_MEMORY Memory; // Memory, if operand type is ND_OP_MEM.
ND_OPDESC_IMMEDIATE Immediate; // Immediate, if operand type is ND_OP_IMM.
ND_OPDESC_RELOFFSET RelativeOffset; // Relative offset, if operand type is ND_OP_REL_OFFS.
ND_OPDESC_RELOFFSET RelativeOffset; // Relative offset, if operand type is ND_OP_OFFS.
ND_OPDESC_ADDRESS_FAR Address; // Address, seg:offset form, if operand type is ND_OP_ADDR.
ND_OPDESC_ADDRESS_NEAR AddressNear; // Address, target64 form, if operand type is ND_OP_ADDR_NEAR.
ND_OPDESC_CONSTANT Constant; // Constant, if operand type is ND_OP_CONST.
Expand Down

0 comments on commit 05d5632

Please sign in to comment.