From b20606dee144ca98d72db29eb872684eda4e6f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Strohh=C3=A4cker?= Date: Mon, 4 Jun 2007 16:43:05 +0000 Subject: [PATCH] add calling convention modifier to all drc backends Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2871 --- src/cpu/core_dynrec/risc_x64.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cpu/core_dynrec/risc_x64.h b/src/cpu/core_dynrec/risc_x64.h index e75667e5..c18e31c9 100644 --- a/src/cpu/core_dynrec/risc_x64.h +++ b/src/cpu/core_dynrec/risc_x64.h @@ -27,7 +27,8 @@ #define DRC_PTR_SIZE_IM Bit64u // calling convention modifier -#define DRC_CALL_CONV +#define DRC_CALL_CONV /* nothing */ +#define DRC_FC /* nothing */ // register mapping