mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
Merge branch 'master' of dice.ecovate.com:git/vm
This commit is contained in:
commit
c4fc933383
@ -2596,7 +2596,7 @@ class MyCompiler: public Compiler {
|
|||||||
if (BytesPerWord == 8) {
|
if (BytesPerWord == 8) {
|
||||||
return4(v);
|
return4(v);
|
||||||
} else {
|
} else {
|
||||||
appendOperation(&c, MyOperand::mov, v, register_(&c, rax, rdx));
|
appendOperation(&c, MyOperand::mov8, v, register_(&c, rax, rdx));
|
||||||
epilogue();
|
epilogue();
|
||||||
ret();
|
ret();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user