Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/nvmm/x86
Module Name: src
Committed By: christos
Date: Mon Sep 7 15:58:43 UTC 2026
Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86_vmx.c
Log Message:
gcc is not smart enough to realize ret != 0 and ret == 0 guarantee that
exitcode will be either initilized or the code that uses it will not
be reached.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/sys/dev/nvmm/x86/nvmm_x86_vmx.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index