mirror of
https://github.com/corda/corda.git
synced 2025-06-18 23:28:21 +00:00
use r6 instead of r0 in popFrameAndUpdateStackAndReturn
This avoids clobbering the return value.
This commit is contained in:
@ -2066,7 +2066,7 @@ class MyAssembler: public Assembler {
|
||||
{
|
||||
popFrame();
|
||||
|
||||
Register tmp1(0);
|
||||
Register tmp1(6);
|
||||
Memory stackSrc(StackRegister, 0);
|
||||
moveMR(&c, BytesPerWord, &stackSrc, BytesPerWord, &tmp1);
|
||||
|
||||
|
Reference in New Issue
Block a user