diff options
Diffstat (limited to 'syscall/invoke-untyped.c')
-rw-r--r-- | syscall/invoke-untyped.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syscall/invoke-untyped.c b/syscall/invoke-untyped.c index ae9482f..1168d77 100644 --- a/syscall/invoke-untyped.c +++ b/syscall/invoke-untyped.c @@ -70,7 +70,7 @@ s_handle_invoke_untyped_split( }; size_t *split = ko_entry_data(dest_entry); -*untyped -= dest_bytes; + *untyped -= dest_bytes; *split = dest_bytes; #ifdef DBG_SYSCALL |