diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-07-05 16:09:34 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2021-07-11 15:49:14 +0200 |
commit | b11a2fa661058ef9788b9ff4d1e22ce98f1cbda7 (patch) | |
tree | fde48d95dfb14e6f36d54701903a8f2dc09fe403 /lib.h | |
parent | 900b2a3f05fb1ec3844cc6bde9cd2fc03d168078 (diff) |
vm: move global scope allocation into uc_vm_init()
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'lib.h')
-rw-r--r-- | lib.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -28,7 +28,6 @@ typedef struct { extern const uc_cfunction_list uc_stdlib_functions[]; void uc_load_stdlib(uc_value_t *scope); -uc_value_t *uc_alloc_global(uc_vm *vm); bool format_source_context(uc_stringbuf_t *buf, uc_source *src, size_t off, bool compact); bool format_error_context(uc_stringbuf_t *buf, uc_source *src, uc_value_t *stacktrace, size_t off); |