[x86/Linux] Fix assert in HelperMethodFrame::UpdateRegDisplay (dotnet/coreclr#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)
commitf90f856cba2bd2bafa4fcaeeae2955b16e6e05b1
treea9731fb4ea01a22fb9f7e984fcbca914bfc5eef7
parent3a82d619f98c39c310cb1e4d97caf60d844f3983
[x86/Linux] Fix assert in HelperMethodFrame::UpdateRegDisplay (dotnet/coreclr#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.

Commit migrated from https://github.com/dotnet/coreclr/commit/9b49593f5ca1b3168a4ff947cbfc3d52a97671cb
src/coreclr/src/vm/i386/cgenx86.cpp