Skip to content

vm: fix sol_log decl/def parameter name mismatch #5129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/flamenco/vm/syscall/fd_vm_syscall_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ int
fd_vm_syscall_sol_log( /**/ void * _vm,
/**/ ulong msg_vaddr,
/**/ ulong msg_sz,
FD_PARAM_UNUSED ulong r2,
FD_PARAM_UNUSED ulong r3,
FD_PARAM_UNUSED ulong r4,
FD_PARAM_UNUSED ulong r5,
/**/ ulong * _ret ) {
fd_vm_t * vm = (fd_vm_t *)_vm;

Expand Down
Loading