fix NearAddr case in comment
This commit is contained in:
committed by
Oliver Schmidt
parent
7d14cff6bb
commit
9299e550a5
@@ -1278,7 +1278,7 @@ static void StudyDWord (ExprNode* Expr, ExprDesc* D)
|
|||||||
|
|
||||||
|
|
||||||
static void StudyNearAddr (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 */
|
/* Study the expression */
|
||||||
StudyExprInternal (Expr->Left, D);
|
StudyExprInternal (Expr->Left, D);
|
||||||
|
|||||||
Reference in New Issue
Block a user