diff options
Diffstat (limited to 'src/host/buildvm.h')
-rw-r--r-- | src/host/buildvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/buildvm.h b/src/host/buildvm.h index a440cfc3..3fdff65b 100644 --- a/src/host/buildvm.h +++ b/src/host/buildvm.h | |||
@@ -82,6 +82,7 @@ typedef struct BuildCtx { | |||
82 | const char *beginsym; | 82 | const char *beginsym; |
83 | /* Strings generated by DynASM. */ | 83 | /* Strings generated by DynASM. */ |
84 | const char *const *globnames; | 84 | const char *const *globnames; |
85 | const char *const *extnames; | ||
85 | const char *dasm_ident; | 86 | const char *dasm_ident; |
86 | const char *dasm_arch; | 87 | const char *dasm_arch; |
87 | /* Relocations. */ | 88 | /* Relocations. */ |