mirror of
https://github.com/remko/waforth
synced 2024-12-27 09:59:29 +01:00
standalone: Fix offsets after code reorganization
This commit is contained in:
parent
9b2e696e5e
commit
6b417ee54d
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@
|
||||||
#define VERSION "dev"
|
#define VERSION "dev"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CORE_TABLE_EXPORT_INDEX 0
|
#define CORE_RUN_EXPORT_INDEX 0
|
||||||
#define CORE_MEMORY_EXPORT_INDEX 1
|
#define CORE_TABLE_EXPORT_INDEX 1
|
||||||
#define CORE_RUN_EXPORT_INDEX 2
|
#define CORE_MEMORY_EXPORT_INDEX 2
|
||||||
#define CORE_ERROR_EXPORT_INDEX 9
|
#define CORE_ERROR_EXPORT_INDEX 9
|
||||||
|
|
||||||
#define ERR_UNKNOWN 0x1
|
#define ERR_UNKNOWN 0x1
|
||||||
|
|
Loading…
Reference in a new issue