mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
change mov to mov8 in return8
This commit is contained in:
parent
a17cbf2880
commit
09a83e63b8
@ -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