[x86/Linux] Fix assert in HelperMethodFrame::UpdateRegDisplay (#14235)
authorKonstantin Baladurin <k.baladurin@partner.samsung.com>
Fri, 29 Sep 2017 08:08:01 +0000 (11:08 +0300)
committerJan Vorlicek <janvorli@microsoft.com>
Fri, 29 Sep 2017 08:08:01 +0000 (10:08 +0200)
commit9b49593f5ca1b3168a4ff947cbfc3d52a97671cb
treef60c2f7bfe16a8e443cfd37f901c71cee31a70c7
parenteab3a973346bf4bc5ddffc5201f862141a96b000
[x86/Linux] Fix assert in HelperMethodFrame::UpdateRegDisplay (#14235)

In some cases during execution of the SOS command 'clrstack -i'
portability assert in HelperMethodFrame::UpdateRegDisplay occurs.
This patch removes this assert and adds corresponding implementation.
src/vm/i386/cgenx86.cpp