Increase the length of allowed parameters in ilasm.
authorEric Mellino <erme@microsoft.com>
Sat, 25 Feb 2017 00:48:50 +0000 (16:48 -0800)
committerEric Mellino <erme@microsoft.com>
Sat, 25 Feb 2017 00:48:50 +0000 (16:48 -0800)
commitcc34933c404cc56a9ce990b1a4060e3d8b8ecb00
tree991d67ff06f82a7da922a489b91aae9c4160d30e
parentaf600d1ccef460961e1b4b180ba4d26a4135c205
Increase the length of allowed parameters in ilasm.

The way this code is structured prevents parameters longer than 128 characters
from being passed. This change simply increases that to 1024 characters, although
a more robust change could be made in the future to account for platform differences.

Commit migrated from https://github.com/dotnet/coreclr/commit/f30a73fd453ecb104889c40a2ea92b1b72e99edb
src/coreclr/src/ilasm/main.cpp