[runtime] Add a missing NOP to the OP_SEQ_POINT arm code
authorAlexander Kyte <alexmkyte@gmail.com>
Sat, 20 Jun 2015 22:01:25 +0000 (22:01 +0000)
committerAlexander Kyte <alexmkyte@gmail.com>
Sat, 20 Jun 2015 22:17:57 +0000 (22:17 +0000)
commit0c604e7175d0248eb03fe0aa8d8b07d28362bbfc
tree6ddf3da7c21ba2cbddbd1ea5c47881b2441003dc
parentfd2cdf9b9ad796dd4ee33703e9bf81fbc05412aa
[runtime] Add a missing NOP to the OP_SEQ_POINT arm code

We were failing MonoTests.DebuggerTests.Locals and
MonoTests.DebuggerTests.SingleStepping because we
stepped forward too far as a side effect of this missing
"padding" NOP.
mono/mini/mini-arm.c