mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +00:00
use Compiler::truncateThenExtend in more places
This commit is contained in:
@ -2652,6 +2652,7 @@ class MyCompiler: public Compiler {
|
||||
assert(&c, dstType.size() >= TargetBytesPerWord);
|
||||
assert(&c, srcType.flavor() == srcSelectType.flavor());
|
||||
assert(&c, srcType.flavor() == dstType.flavor());
|
||||
assert(&c, srcType == srcSelectType);
|
||||
|
||||
Value* dst = value(&c, static_cast<Value*>(src)->type);
|
||||
appendMove(&c,
|
||||
|
Reference in New Issue
Block a user