Bugfix for the .ISMNEMONIC, .ISMNEM builtin function
This commit is contained in:
@@ -496,7 +496,7 @@ static ExprNode* FuncIsMnemonic (void)
|
||||
/* Skip the name */
|
||||
NextTok ();
|
||||
|
||||
return GenLiteralExpr (Instr > 0);
|
||||
return GenLiteralExpr (Instr >= 0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user