mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Fix @
The symbol's evaluation by the assembler and linker was very inconsistent
This commit is contained in:
@@ -23,6 +23,9 @@ struct Expression {
|
||||
uint32_t isReloc;
|
||||
};
|
||||
|
||||
/* FIXME: Should be defined in `asmy.h`, but impossible with POSIX Yacc */
|
||||
extern int32_t nPCOffset;
|
||||
|
||||
uint32_t rpn_isReloc(const struct Expression *expr);
|
||||
void rpn_Symbol(struct Expression *expr, char *tzSym);
|
||||
void rpn_Number(struct Expression *expr, uint32_t i);
|
||||
|
||||
Reference in New Issue
Block a user