Skip to content

Commit b7bf0e3

Browse files
jsturtevantdblnz
andauthored
Update src/hyperlight_host/src/hypervisor/gdb/kvm_debug.rs
Co-authored-by: Doru Blânzeanu <[email protected]> Signed-off-by: James Sturtevant <[email protected]>
1 parent 01d11a5 commit b7bf0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/src/hypervisor/gdb/kvm_debug.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ impl GuestDebug for KvmDebug {
194194
regs.rip = vcpu_regs.rip;
195195
regs.rflags = vcpu_regs.rflags;
196196

197-
// Read XMM registers from FPU state
197+
// Read XMM registers from FPU state
198198
// note kvm get_fpu doesn't actually set or read the mxcsr value
199199
// https://elixir.bootlin.com/linux/v6.16/source/arch/x86/kvm/x86.c#L12229
200200
match vcpu_fd.get_fpu() {

0 commit comments

Comments
 (0)