CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/09/02 12:43:14

Modified files:
        sys/arch/amd64/amd64: vmm_machdep.c 

Log message:
Make vmm(4) exception helpers return void.

None of the vmm_inject_{gp,ud,etc.}() functions can fail. There's
no need to return 0 for all of them, so simplify the function
signature and update call sites to clean things up a bit.

sure, mlarkin@

Reply via email to