mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
use r6 instead of r0 in popFrameAndUpdateStackAndReturn
This avoids clobbering the return value.
This commit is contained in:
parent
f740570ff6
commit
56b59cef5c
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user