nemerle / dcc

This is a heavily updated version of the old DOS executable decompiler DCC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

locident.h assert happens

lab313ru opened this issue · comments

Here:

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

PP219.EXE with -c flag.

Likely related to #15