mirror of
https://github.com/cc65/cc65.git
synced 2025-03-01 11:29:27 +00:00
fix NearAddr case in comment
This commit is contained in:
parent
7d14cff6bb
commit
9299e550a5
@ -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…
x
Reference in New Issue
Block a user