Commit 7335a349 by Alexandre Oliva Committed by Alexandre Oliva

mn10300.h (CONDITIONAL_REGISTER_USAGE): Declare variable I locally...

* config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Declare
variable I locally, instead of expecting a declaration in the
calling context.

From-SVN: r44617
parent 949f197f
2001-08-03 Alexandre Oliva <aoliva@redhat.com>
* config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Declare
variable I locally, instead of expecting a declaration in the
calling context.
2001-08-03 Richard Henderson <rth@redhat.com> 2001-08-03 Richard Henderson <rth@redhat.com>
* except.c (collect_one_action_chain): Add an explicit cleanup * except.c (collect_one_action_chain): Add an explicit cleanup
......
...@@ -189,6 +189,8 @@ extern int target_flags; ...@@ -189,6 +189,8 @@ extern int target_flags;
#define CONDITIONAL_REGISTER_USAGE \ #define CONDITIONAL_REGISTER_USAGE \
{ \ { \
unsigned int i; \
\
if (!TARGET_AM33) \ if (!TARGET_AM33) \
{ \ { \
for (i = FIRST_EXTENDED_REGNUM; \ for (i = FIRST_EXTENDED_REGNUM; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment