From 3f47aa8c37cf1ab86df03dcf3a91c6f7249bdc12 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sun, 9 Mar 2008 06:59:01 +0000 Subject: Fix some functions declared () rather than (void) (Ian Jackson) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4029 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-i386/svm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-i386/svm.h') diff --git a/target-i386/svm.h b/target-i386/svm.h index 982d05487b..f99f47e899 100644 --- a/target-i386/svm.h +++ b/target-i386/svm.h @@ -323,7 +323,7 @@ struct __attribute__ ((__packed__)) vmcb { /* function references */ -void helper_stgi(); +void helper_stgi(void); void vmexit(uint64_t exit_code, uint64_t exit_info_1); int svm_check_intercept_param(uint32_t type, uint64_t param); static inline int svm_check_intercept(unsigned int type) { -- cgit v1.2.1