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:
55cb97d
)
Support for broken makes and lint.
author
Steve Chamberlain
<sac@cygnus>
Mon, 3 May 1993 22:27:41 +0000
(22:27 +0000)
committer
Steve Chamberlain
<sac@cygnus>
Mon, 3 May 1993 22:27:41 +0000
(22:27 +0000)
sim/sh/run.c
patch
|
blob
|
history
diff --git
a/sim/sh/run.c
b/sim/sh/run.c
index f7d987f70b08bcfcc6a1b716a4d4ecf904fcaff5..e0398c5363dc7ace1091c4cf3571e137a96db187 100644
(file)
--- a/
sim/sh/run.c
+++ b/
sim/sh/run.c
@@
-46,6
+46,11
@@
main (ac, av)
{
trace = 1;
}
+ else if (strcmp (av[i], "-m") == 0)
+ {
+ sim_size(atoi(av[i+1]));
+ i++;
+ }
else
{
name = av[i];