mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +00:00
add type asserts in appendCombine and appendTranslate
This commit is contained in:
committed by
Joshua Warner
parent
008bb6b86e
commit
d67820054e
@ -2668,9 +2668,9 @@ class MyCompiler: public Compiler {
|
||||
|
||||
appendCombine(&c,
|
||||
op,
|
||||
type.size(),
|
||||
a->type.size(),
|
||||
static_cast<Value*>(a),
|
||||
type.size(),
|
||||
b->type.size(),
|
||||
static_cast<Value*>(b),
|
||||
type.size(),
|
||||
result);
|
||||
|
Reference in New Issue
Block a user