DescriptionVM: Fix potential bug in x64 inline cache stub.
A frame entered with EnterStubFrame, must be left with
LeaveStubFrame. It did not cause a crash since the inline cache stubs
don't load a new pool pointer, but leave PP unchanged and use the callers pp.
I checked other platforms - they already use LeaveStubFrame in the right places.
R=vegorov@google.com
Committed: https://code.google.com/p/dart/source/detail?r=45345
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|