Whoops. Meant to compile that first
This commit is contained in:
parent
17b03dbf4d
commit
f5245eaa23
3 changed files with 10 additions and 9 deletions
|
|
@ -39,7 +39,7 @@ typedef struct HSVMContext_ {
|
|||
// aliased anywhere.
|
||||
typedef bool (*HSVMActionFunc)(HArena *arena, HSVMContext *ctx, void* env);
|
||||
typedef struct HSVMAction_ {
|
||||
HSVMActionFunc action
|
||||
HSVMActionFunc action;
|
||||
void* env;
|
||||
} HSVMAction;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue