mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +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) {
|
||||
return4(v);
|
||||
} else {
|
||||
appendOperation(&c, MyOperand::mov, v, register_(&c, rax, rdx));
|
||||
appendOperation(&c, MyOperand::mov8, v, register_(&c, rax, rdx));
|
||||
epilogue();
|
||||
ret();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user