nemerle / dcc

This is a heavily updated version of the old DOS executable decompiler DCC
GNU General Public License v2.0
146 stars 27 forks source link

locident.h assert happens #21

Open lab313ru opened 8 years ago

lab313ru commented 8 years ago

Here:

const LONG_STKID_TYPE & longStkId() const {assert(isLong() and loc==STK_FRAME); return id.longStkId;}

PP219.EXE with -c flag.

nemerle commented 8 years ago

Likely related to #15