Simplify: SetupLibCheck does not depend on PROG or Project classes.

It also does not exit the program when ".sig" loader fails.

Use QString to build signature filename.
This commit is contained in:
nemerle
2016-04-26 13:42:41 +02:00
parent 94e3016a5b
commit b2be1cf2da
3 changed files with 23 additions and 30 deletions

View File

@@ -88,7 +88,7 @@ void interactDis(Function *, int initIC); /* disassem.c */
bool JmpInst(llIcode opcode); /* idioms.c */
queue::iterator appendQueue(queue &Q, BB *node); /* reducible.c */
void SetupLibCheck(void); /* chklib.c */
bool SetupLibCheck(void); /* chklib.c */
void CleanupLibCheck(void); /* chklib.c */
bool LibCheck(Function &p); /* chklib.c */