From 6003be3fae0aa4e03be7a2dcbb358f620666c526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Wed, 8 Jan 2020 23:33:42 +0000 Subject: [PATCH] Fix declaration of constexpr_BankSymbol() --- include/asm/constexpr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asm/constexpr.h b/include/asm/constexpr.h index 79bad465..1e566e53 100644 --- a/include/asm/constexpr.h +++ b/include/asm/constexpr.h @@ -20,7 +20,7 @@ struct ConstExpression { }; void constexpr_Symbol(struct ConstExpression *expr, char *tzSym); -void constexpr_BanksSymbol(struct ConstExpression *expr, char *tzSym); +void constexpr_BankSymbol(struct ConstExpression *expr, char *tzSym); void constexpr_BankSection(struct ConstExpression *expr, char *tzSym); void constexpr_Number(struct ConstExpression *expr, int32_t i); void constexpr_UnaryOp(struct ConstExpression *expr,