mirror of
https://github.com/janet-lang/janet
synced 2024-11-25 01:37:19 +00:00
Fix broken windows build.
This commit is contained in:
parent
2a0dc5f1ad
commit
cace92af95
@ -139,7 +139,7 @@ static void *op_lookup[255] = {
|
|||||||
#define vm_next() continue
|
#define vm_next() continue
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define vm_checkgc_next() do { dst_maybe_collect(); vm_next() } while (0)
|
#define vm_checkgc_next() dst_maybe_collect(); vm_next()
|
||||||
|
|
||||||
/* Used to extract bits from the opcode that correspond to arguments.
|
/* Used to extract bits from the opcode that correspond to arguments.
|
||||||
* Pulls out unsigned integers */
|
* Pulls out unsigned integers */
|
||||||
|
Loading…
Reference in New Issue
Block a user