mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-02-05 10:20:03 +00:00
cdump.c: fix instruction and line info dumping
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
#define COSMO_MAGIC "COS\x12"
|
||||
#define COSMO_MAGIC_LEN 4
|
||||
|
||||
typedef int (*cosmo_Writer)(CState *state, const void *data, size_t size, const void *ud);
|
||||
|
||||
bool cosmoD_isBigEndian();
|
||||
|
||||
/* returns non-zero on error */
|
||||
|
||||
Reference in New Issue
Block a user