mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
+1
-1
@@ -126,7 +126,7 @@ impl CpuSegment {
|
||||
|
||||
CpuSegment {
|
||||
selector: reg.selector as u32,
|
||||
limit: reg.limit as u32,
|
||||
limit: reg.limit,
|
||||
flags,
|
||||
pad: 0,
|
||||
base: reg.base,
|
||||
|
||||
Reference in New Issue
Block a user