aboutsummaryrefslogtreecommitdiffstats
path: root/vm_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_exec.h')
-rw-r--r--vm_exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_exec.h b/vm_exec.h
index 9ae81794bd..7696d7172d 100644
--- a/vm_exec.h
+++ b/vm_exec.h
@@ -112,7 +112,7 @@ error !
/* for GCC 3.4.x */
#define TC_DISPATCH(insn) \
INSN_DISPATCH_SIG(insn); \
- goto *GET_CURRENT_INSN(); \
+ goto *(void const *)GET_CURRENT_INSN(); \
;
#else