Skip to content

Conversation

@bnlacava
Copy link

Some minor compile issues

static int y = -1;
static int cy = -1;
static int errno = -1;
static int err_no = -1;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't collide with std C errno

int (*get_PB)();
int (*read_memory)(int address);
char *(*get_state)();
char *(*get_state)(char*);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

decl not matching impl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants