diff options
| author | rajdakin <rajdakin@gmail.com> | 2021-04-12 00:53:14 +0200 |
|---|---|---|
| committer | rajdakin <rajdakin@gmail.com> | 2021-04-14 13:11:51 +0200 |
| commit | 48d61351061dcf1ee3148c67d208f20bdf22a3b8 (patch) | |
| tree | 9859835d868d88cd8e151e0efd8308ac93581190 /src/tools/callback.c | |
| parent | 0d38b1cd91d4265042396d3d1dbacac2e662ba00 (diff) | |
| download | box64-48d61351061dcf1ee3148c67d208f20bdf22a3b8.tar.gz box64-48d61351061dcf1ee3148c67d208f20bdf22a3b8.zip | |
First pass
Diffstat (limited to 'src/tools/callback.c')
| -rwxr-xr-x | src/tools/callback.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/callback.c b/src/tools/callback.c index 8c46139e..1f7250a6 100755 --- a/src/tools/callback.c +++ b/src/tools/callback.c @@ -16,6 +16,8 @@ EXPORTDYN uint64_t RunFunction(box64context_t *context, uintptr_t fnc, int nargs, ...) { + (void)context; + x64emu_t *emu = thread_get_emu(); if(nargs>6) |