Fix ildasm of certain floating-point numbers (#43673)
authorBruce Forstall <brucefo@microsoft.com>
Thu, 22 Oct 2020 16:40:50 +0000 (09:40 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Oct 2020 16:40:50 +0000 (09:40 -0700)
commit9504a64182724b282dbab8884c50fff5ffd961f8
treeb75e37c3268e65ead10bb8747aac060b7ac6c721
parentc6bf8eb835b58c6bbbf1dc163ac026e97a9afdb1
Fix ildasm of certain floating-point numbers (#43673)

Change #42848 altered comments to print numbers in comments in
little-endian format, but went too far and changed two places
that print out numbers outside of comments that are later parsed
by ilasm in round-trip testing.

Fixes #43672
src/coreclr/src/ildasm/dis.cpp