From 67d99630d47db8cf1b0168e6729fe049daefb6de Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Sun, 4 Oct 2015 19:44:09 +0100 Subject: [PATCH] xen: hypervisor: Fix build --- sys/xen/hypervisor.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/xen/hypervisor.h b/sys/xen/hypervisor.h index 34300fe46aac..c4bd7c117212 100644 --- a/sys/xen/hypervisor.h +++ b/sys/xen/hypervisor.h @@ -46,9 +46,8 @@ HYPERVISOR_yield(void) } static inline int -HYPERVISOR_block( - void) - +HYPERVISOR_block(void) +{ int rc = HYPERVISOR_sched_op(SCHEDOP_block, NULL); #if CONFIG_XEN_COMPAT <= 0x030002 -- 2.39.5