summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/config/tc-tic4x.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/config/tc-tic4x.c')
-rw-r--r--binutils-2.25/gas/config/tc-tic4x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils-2.25/gas/config/tc-tic4x.c b/binutils-2.25/gas/config/tc-tic4x.c
index dc821680..12d8ec95 100644
--- a/binutils-2.25/gas/config/tc-tic4x.c
+++ b/binutils-2.25/gas/config/tc-tic4x.c
@@ -831,7 +831,7 @@ tic4x_globl (int ignore ATTRIBUTE_UNUSED)
static void
tic4x_cons (int bytes)
{
- register unsigned int c;
+ unsigned int c;
do
{
SKIP_WHITESPACE ();
@@ -875,7 +875,7 @@ static void
tic4x_stringer (int append_zero)
{
int bytes;
- register unsigned int c;
+ unsigned int c;
bytes = 0;
do