ref: 6003be3fae0aa4e03be7a2dcbb358f620666c526
parent: 676800476d47695fc90de2b7b5316b7320e7a9a3
author: Antonio Niño Díaz <[email protected]>
date: Wed Jan 8 18:33:42 EST 2020
Fix declaration of constexpr_BankSymbol()
--- a/include/asm/constexpr.h
+++ b/include/asm/constexpr.h
@@ -20,7 +20,7 @@
};
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,