Fixed many parsing and logic bugs.
Finished more opcodes.
This commit is contained in:
@ -57,6 +57,8 @@ void DataMngr::Add(std::string &s, CExpr &expr, bool db)
|
||||
((p->e.GetType() == Val_Number) ?
|
||||
cellsize : p->e.Size() * cellsize);
|
||||
}
|
||||
|
||||
List.push_back(D);
|
||||
}
|
||||
|
||||
DataMngr::Datum *DataMngr::FindData(std::string &sym)
|
||||
|
Reference in New Issue
Block a user