Displaying 1 result from an estimated 1 matches for "dotaint".
Did you mean:
domain
2012 Jul 26
1
[LLVMdev] Calling a function with bad signature, possible bug.
...rgs[i]->getType()) << "\n";
assert((i >= FTy->getNumParams() ||
FTy->getParamType(i) == Args[i]->getType()) &&
"Calling a function with a bad signature!");
I know, this is a bizzare, but still. The output I've got:
doTaint
i8*
paramtype end-----------
i8*
gettype end ------------
0
i------------------
2
getnumparams end ------------
assert 0
You see - totally unexplainable: FTy->getParamType(i) and Args[i]->getType() are the same, but assertion still fails.
Can anybody comment on this.
Best,
Yaroslav.