mirror of
https://github.com/corda/corda.git
synced 2025-06-18 07:08:15 +00:00
add extra flavor type check to Compiler::store
This commit is contained in:
committed by
Joshua Warner
parent
aef5acce84
commit
1fc6011bf7
@ -2599,7 +2599,7 @@ class MyCompiler: public Compiler {
|
||||
Operand* dst)
|
||||
{
|
||||
assert(&c, srcType.flavor() == static_cast<Value*>(src)->type.flavor());
|
||||
// assert(&c, dstType.flavor() == static_cast<Value*>(dst)->type.flavor());
|
||||
assert(&c, dstType.flavor() == static_cast<Value*>(dst)->type.flavor());
|
||||
appendMove(&c,
|
||||
lir::Move,
|
||||
srcType.size(),
|
||||
|
Reference in New Issue
Block a user