diff options
Diffstat (limited to 'gcc/config/mep/mep.h')
-rw-r--r-- | gcc/config/mep/mep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mep/mep.h b/gcc/config/mep/mep.h index d59118c..861189d 100644 --- a/gcc/config/mep/mep.h +++ b/gcc/config/mep/mep.h @@ -554,7 +554,7 @@ typedef struct /* Define this macro if it is as good or better to call a constant function address than to call an address kept in a register. */ -#define NO_FUNCTION_CSE +#define NO_FUNCTION_CSE 1 #define TEXT_SECTION_ASM_OP "\t.text\n\t.core" |