Fix sos.DumpIL on LP64 systems with s/long/LONG/g (#5810)
authorIvan Baravy <i.baravy@samsung.com>
Wed, 15 Jun 2016 19:14:52 +0000 (23:14 +0400)
committerJan Kotas <jkotas@microsoft.com>
Wed, 15 Jun 2016 19:14:52 +0000 (12:14 -0700)
commitbc273bb498c51720e7199ea44d15ee6b1bed07d4
tree0cf56e6a6371c8808383c30db8cfa507bef3a0b7
parentb8813ee80bc00ccf46cc781de5d2f5f807813319
Fix sos.DumpIL on LP64 systems with s/long/LONG/g (#5810)

sos.DumpIL command used readData<long> to disassemble CIL,
this failed on LP64 systems like Linux where long is 8 bytes.

This commit tries to fix #5457.
src/ToolBox/SOS/Strike/sildasm.cpp