Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redefined 'break' with stats and 'goto' #737

Open
kyleheadley opened this issue Oct 21, 2021 · 0 comments
Open

Redefined 'break' with stats and 'goto' #737

kyleheadley opened this issue Oct 21, 2021 · 0 comments

Comments

@kyleheadley
Copy link
Member

Lua type conflict that's quite unique:

lvm.c:1155:5: error: passing '_Ptr<const void> const' to parameter of incompatible type 'const void *'
    vmdispatch (GET_OPCODE(i)) {
    ^~~~~~~~~~~~~~~~~~~~~~~~~~
./ljumptab.h:12:32: note: expanded from macro 'vmdispatch'
#define vmdispatch(x)     goto *disptab[x];
                               ^~~~~~~~~~~

This is all expanded from a #define break to do some custom code control. The error may just fit into our other benchmark conflict issues, but I'm posting here until we figure out which one.

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

No branches or pull requests

1 participant