Use automatic allocation for DS args

This commit is contained in:
Rangi42
2024-02-22 21:21:05 -05:00
committed by Sylvie
parent b1aa98b43d
commit 843f3394c8
4 changed files with 22 additions and 49 deletions

View File

@@ -88,11 +88,4 @@ struct AlignmentSpec {
uint16_t alignOfs;
};
#define INITIAL_DS_ARG_SIZE 2
struct DsArgList {
size_t nbArgs;
size_t capacity;
struct Expression *args;
};
#endif // RGBDS_ASM_LEXER_H