Skip to content

Commit

Permalink
Return result of vCPU advance in fault handler
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Aug 13, 2024
1 parent 8acbf49 commit f2ac03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/aarch64/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ bool fault_handle_vm_exception(size_t vcpu_id)
tcb_print_regs(vcpu_id);
vcpu_print_regs(vcpu_id);
} else {
fault_advance_vcpu(vcpu_id, &regs);
return fault_advance_vcpu(vcpu_id, &regs);
}

return success;
Expand Down

0 comments on commit f2ac03c

Please sign in to comment.