dcc icon indicating copy to clipboard operation
dcc copied to clipboard

Using of non initialized variable _exp

Open lab313ru opened this issue 9 years ago • 1 comments

https://github.com/nemerle/dcc/blob/qt5/src/dataflow.cpp#L1135 here.

if ( not _icHl.call.proc->hasRegArgs())
{
    fnc->processHliCall(_exp, picode.base());
}

Works at this file: PP219.zip

lab313ru avatar Apr 22 '16 07:04 lab313ru

Will need to determine why this is entered when _exp is not set

nemerle avatar Apr 22 '16 08:04 nemerle