cdump.c: fix instruction and line info dumping

This commit is contained in:
2023-05-27 23:15:12 -05:00
parent f116efa02c
commit 819e76b711
2 changed files with 6 additions and 7 deletions

View File

@@ -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 */