diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-05-12 15:28:32 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-05-12 15:28:32 +0100 |
commit | 5e6a1c3434b96ea16485b160c25732df3b00b2b8 (patch) | |
tree | c86331cb1c74fbff18a8b7ef0ebd5989a0a1f182 /src/label.h | |
parent | e60cc5a36c148ef5ea0e38bcc848cf32f2b54a18 (diff) |
Started on SPC700
Also:
* Added offset to import command. Realised fairly useless, but may as well
keep it.
* Added setting of address space size to state for PC.
Diffstat (limited to 'src/label.h')
-rw-r--r-- | src/label.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/label.h b/src/label.h index a190154..a7cb720 100644 --- a/src/label.h +++ b/src/label.h @@ -121,9 +121,10 @@ void LabelDump(FILE *fp, int dump_private); void LabelWriteBlob(FILE *fp); -/* Read a binary blob of information containing all the labels +/* Read a binary blob of information containing all the labels, adjusting values + by the passed offset. */ -void LabelReadBlob(FILE *fp); +void LabelReadBlob(FILE *fp, int offset); #endif |