mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +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) {
|
||||
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