From 5919036d4266dfeede312362a22bd782af902a2f Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 11 Jan 2004 12:38:28 +0000 Subject: [PATCH] fix assembler warning Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1565 --- src/cpu/core_dyn_x86/risc_x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/core_dyn_x86/risc_x86.h b/src/cpu/core_dyn_x86/risc_x86.h index cc062d35..ad1e4d74 100644 --- a/src/cpu/core_dyn_x86/risc_x86.h +++ b/src/cpu/core_dyn_x86/risc_x86.h @@ -120,7 +120,7 @@ static BlockReturn gen_runcode(Bit8u * code) { "pushl %%ebp \n" "pushl %%esi \n" "popfl \n" - "calll %4 \n" + "calll *%4 \n" "popl %%ebp \n" "pushfl \n" "andl %3,(%1) \n"