Make @ relative to the start of a ds even at link time

Fix #737
This commit is contained in:
Rangi
2021-02-14 20:53:44 -05:00
committed by Eldred Habert
parent 2bc12447e2
commit ee20d9010e
13 changed files with 74 additions and 72 deletions

View File

@@ -34,7 +34,6 @@ struct Patch {
uint32_t pcSectionID;
uint32_t pcOffset;
enum PatchType type;
bool isOperand;
int32_t rpnSize;
uint8_t *rpnExpression;