mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-10-15 13:40:10 +00:00
cdump.c: major refactoring; various fixes
This commit is contained in:
@@ -45,6 +45,9 @@ typedef struct CObjClosure CObjClosure;
|
||||
|
||||
typedef uint8_t INSTRUCTION;
|
||||
|
||||
typedef int (*cosmo_Reader)(CState *state, void *data, size_t size, const void *ud);
|
||||
typedef int (*cosmo_Writer)(CState *state, const void *data, size_t size, const void *ud);
|
||||
|
||||
#define COSMOMAX_UPVALS 80
|
||||
#define FRAME_MAX 64
|
||||
#define STACK_MAX (256 * FRAME_MAX)
|
||||
|
Reference in New Issue
Block a user