Skip to content

Commit

Permalink
Updated Doxygen comment for reg_is_pointer_sized()
Browse files Browse the repository at this point in the history
  • Loading branch information
AssadHashmi committed Apr 2, 2024
1 parent c8d1146 commit 146ffa0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/ir/opnd_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -3275,7 +3275,9 @@ opnd_is_reg_64bit(opnd_t opnd);
DR_API
/**
* Assumes that \p reg is a DR_REG_ constant.
* Returns true iff it refers to a pointer-sized general-purpose register.
* Returns true iff it refers to a pointer-sized register. \p reg is a general
* purpose register for all architectures apart from AArch64. For AArch64, \p
* reg can also be a scalable vector (SVE) Z register.
*/
bool
reg_is_pointer_sized(reg_id_t reg);
Expand Down

0 comments on commit 146ffa0

Please sign in to comment.