|
#ifndef __KF_PC_DEFS_H__
|
|
#define __KF_PC_DEFS_H__
|
|
|
|
typedef int32_t KF_INT;
|
|
typedef uintptr_t KF_ADDR;
|
|
|
|
static const size_t DSTACK_SIZE = 65535;
|
|
static const size_t RSTACK_SIZE = 65535;
|
|
static const size_t DICT_SIZE = 65535;
|
|
|
|
#endif /* __KF_PC_DEFS_H__ */
|