diff options
Diffstat (limited to 'binutils-2.25/gas/config/tc-mn10200.c')
-rw-r--r-- | binutils-2.25/gas/config/tc-mn10200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils-2.25/gas/config/tc-mn10200.c b/binutils-2.25/gas/config/tc-mn10200.c index f76fb08..7462d93 100644 --- a/binutils-2.25/gas/config/tc-mn10200.c +++ b/binutils-2.25/gas/config/tc-mn10200.c @@ -686,7 +686,7 @@ void md_begin (void) { char *prev_name = ""; - register const struct mn10200_opcode *op; + const struct mn10200_opcode *op; mn10200_hash = hash_new (); |