Skip to content

Commit

Permalink
vm_introspect: fix function type
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
axel-h authored and lsf37 committed Jan 27, 2024
1 parent 8f9ac6c commit 1561366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/Arm/vm_introspect/src/cross_vm_connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#endif

//example going from linux to native component
static void sys_ipa_to_pa(void *cookie)
static void sys_ipa_to_pa(void)
{
printf("address from linux is %x\n", *(seL4_Word *)introspect_data);

Expand Down

0 comments on commit 1561366

Please sign in to comment.