Skip to content

Commit

Permalink
[no ci] examples/simple: fix comment for multi-arch
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan-Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Nov 6, 2024
1 parent 057889f commit cafeace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/vmm.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void init(void) {
LOG_VMM_ERR("Failed to initialise guest images\n");
return;
}
/* Initialise the virtual GIC driver */
/* Interrupt setup */
bool success = virq_controller_init(GUEST_VCPU_ID);
if (!success) {
LOG_VMM_ERR("Failed to initialise emulated interrupt controller\n");
Expand Down

0 comments on commit cafeace

Please sign in to comment.