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/libout.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/libout.h')
-rw-r--r-- | src/libout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libout.h b/src/libout.h index 40cfc87..7175d27 100644 --- a/src/libout.h +++ b/src/libout.h @@ -58,7 +58,7 @@ int LibOutput(const char *filename, const char *filename_bank, /* Load a libray. Returns TRUE if OK, FALSE for failure and updates error. */ -int LibLoad(const char *filename, LibLoadOption opt, +int LibLoad(const char *filename, LibLoadOption opt, int offset, char *error, size_t error_size); #endif |