[x86/Linux] Fix HelperMethodFrame::UpdateRegDisplay (#15993)
authorKonstantin Baladurin <k.baladurin@partner.samsung.com>
Thu, 25 Jan 2018 10:31:32 +0000 (13:31 +0300)
committerJan Vorlicek <janvorli@microsoft.com>
Thu, 25 Jan 2018 10:31:32 +0000 (11:31 +0100)
commit949b94eabd74f2632c220b03f998a802032d2b82
treed1c2cd3897fc61dad3548c39f911924f73f8dfe2
parent85dcf21fdafc2234d705a462c751b8409c9ea9c5
[x86/Linux] Fix HelperMethodFrame::UpdateRegDisplay (#15993)

For DAC after initialization MachState using InsureInit method,
register pointers are NULL so we cannot use them to restore register
values.
src/vm/i386/cgenx86.cpp