Skip to content

Commit

Permalink
camkes-vm-linux: trivial: typo
Browse files Browse the repository at this point in the history
- function name vm_run() fixed

Signed-off-by: Nataliya Korovkina <[email protected]>
  • Loading branch information
malus-brandywine authored and lsf37 committed Jun 17, 2024
1 parent 7aef62a commit 74530e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/camkes-vm-linux/camkes-vm-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ In the function `main_continued` register \`poke_handler\`:
vm_reg_new_vmcall_handler(&vm, poke_handler, 4); // <--- added
/* Now go run the event loop */
vmm_run(&vm);
vm_run(&vm);
```

Rebuild the project and try out the hypercall + module:
Expand Down

0 comments on commit 74530e9

Please sign in to comment.