projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
708fd84
)
* config/tc-m68k.c (s_opt): Reset *input_line_pointer even if we
author
Ian Lance Taylor
<ian@airs.com>
Mon, 14 Aug 1995 19:50:12 +0000
(19:50 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Mon, 14 Aug 1995 19:50:12 +0000
(19:50 +0000)
don't do anything with the option.
gas/config/tc-m68k.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-m68k.c
b/gas/config/tc-m68k.c
index 6e320c0baef51d3dc1cd73ca732752f17b2993ec..f1cb10bdd2d2eb0d252c7f86af792d85fd33f4b3 100644
(file)
--- a/
gas/config/tc-m68k.c
+++ b/
gas/config/tc-m68k.c
@@
-4296,6
+4296,8
@@
s_opt (ignore)
*input_line_pointer = c;
*o->pvar = t ? o->arg : o->notarg;
}
+ else
+ *input_line_pointer = c;
break;
}
}