Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143919007
D37444.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
330 B
Referenced Files
None
Subscribers
None
D37444.diff
View Options
diff --git a/sys/amd64/vmm/intel/vmx.c b/sys/amd64/vmm/intel/vmx.c
--- a/sys/amd64/vmm/intel/vmx.c
+++ b/sys/amd64/vmm/intel/vmx.c
@@ -1020,7 +1020,7 @@
static void *
vmx_init(struct vm *vm, pmap_t pmap)
{
- int error;
+ int error __diagused;
struct vmx *vmx;
vmx = malloc(sizeof(struct vmx), M_VMX, M_WAITOK | M_ZERO);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 2, 11:46 PM (3 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28418893
Default Alt Text
D37444.diff (330 B)
Attached To
Mode
D37444: Fix non-INVARIANTS builds following 58eefc67a1cf
Attached
Detach File
Event Timeline
Log In to Comment