Skip to content

Commit

Permalink
small windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawSumma committed May 19, 2024
1 parent f9692e7 commit fb2d41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/backend/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "../../vendor/xxhash/xxhash.h"

void *vm_cache_dlsym(void *handle, const char *name) {
return GetProcAddress(handle, entry);
return GetProcAddress(handle, name);
}

void *vm_cache_comp(const char *comp, const char *flags, const char *src) {
Expand Down

0 comments on commit fb2d41b

Please sign in to comment.