avoid confusion between macro & variable use_idiv_instructions (ARM backend)

This commit is contained in:
Nguyen Anh Quynh
2016-01-18 23:53:50 +08:00
parent d9249b91c2
commit 3b52af4fbd
14 changed files with 16 additions and 15 deletions

View File

@@ -52,7 +52,8 @@ typedef enum {
#ifdef __ARM_ARCH_EXT_IDIV__
#define use_idiv_instructions 1
#else
extern bool use_idiv_instructions;
extern bool use_idiv_instructions_rt;
#define use_idiv_instructions use_idiv_instructions_rt
#endif