standalone: Fix export index

This commit is contained in:
Remko Tronçon 2022-12-13 20:58:42 +01:00
parent bca45c9fd0
commit f94935c1aa

View file

@ -15,7 +15,7 @@
#define CORE_RUN_EXPORT_INDEX 0
#define CORE_TABLE_EXPORT_INDEX 1
#define CORE_MEMORY_EXPORT_INDEX 2
#define CORE_ERROR_EXPORT_INDEX 9
#define CORE_ERROR_EXPORT_INDEX 10
#define ERR_UNKNOWN 0x1
#define ERR_QUIT 0x2