Skip to content

Commit

Permalink
fixed hang up on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuomingliang committed Aug 27, 2013
1 parent 9abcb14 commit afbb0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/loadbytecode.c
Expand Up @@ -17,7 +17,7 @@ void MVM_load_bytecode(MVMThreadContext *tc, MVMString *filename) {
MVM_HASH_GET(tc, tc->instance->loaded_compunits, filename, loaded_name);
if (loaded_name) {
/* already loaded */
uv_mutex_lock(&tc->instance->mutex_loaded_compunits);
uv_mutex_unlock(&tc->instance->mutex_loaded_compunits);
return;
}

Expand Down

0 comments on commit afbb0e2

Please sign in to comment.