fix NearAddr case in comment
This commit is contained in:
parent
7d14cff6bb
commit
9299e550a5
1 changed files with 1 additions and 1 deletions
|
@ -1278,7 +1278,7 @@ static void StudyDWord (ExprNode* Expr, ExprDesc* D)
|
|||
|
||||
|
||||
static void StudyNearAddr (ExprNode* Expr, ExprDesc* D)
|
||||
/* Study an EXPR_NearAddr expression node */
|
||||
/* Study an EXPR_NEARADDR expression node */
|
||||
{
|
||||
/* Study the expression */
|
||||
StudyExprInternal (Expr->Left, D);
|
||||
|
|
Loading…
Add table
Reference in a new issue