diff options
Diffstat (limited to 'sim/common/sim-config.h')
-rw-r--r-- | sim/common/sim-config.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sim/common/sim-config.h b/sim/common/sim-config.h index 4bfcdc9..1c65365 100644 --- a/sim/common/sim-config.h +++ b/sim/common/sim-config.h @@ -355,20 +355,6 @@ extern int current_stdio; -/* Specify that configured calls pass parameters in registers when the - convention is that they are placed on the stack */ - -#ifndef WITH_REGPARM -#define WITH_REGPARM 0 -#endif - -/* Specify that configured calls use an alternative calling mechanism */ - -#ifndef WITH_STDCALL -#define WITH_STDCALL 0 -#endif - - /* Set the default state configuration, before parsing argv. */ extern void sim_config_default (SIM_DESC sd); |