summaryrefslogtreecommitdiffstats
path: root/src/arch/x86_64/include/bits/hyperv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86_64/include/bits/hyperv.h')
-rw-r--r--src/arch/x86_64/include/bits/hyperv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arch/x86_64/include/bits/hyperv.h b/src/arch/x86_64/include/bits/hyperv.h
index 975b1eee..fa8bb3f9 100644
--- a/src/arch/x86_64/include/bits/hyperv.h
+++ b/src/arch/x86_64/include/bits/hyperv.h
@@ -44,8 +44,7 @@ hv_call ( struct hv_hypervisor *hv, unsigned int code, const void *in,
: "=a" ( result ), "+r" ( rcx ), "+r" ( rdx ),
"+r" ( r8 )
: "m" ( hypercall )
- : "r9", "r10", "r11", "xmm0", "xmm1", "xmm2",
- "xmm3", "xmm4", "xmm5" );
+ : "r9", "r10", "r11" );
return result;
}