From d77927c6081e74e7efe7ee4a30cb9c4dbf6296d3 Mon Sep 17 00:00:00 2001 From: Vladimir Kryvian Date: Sat, 23 Apr 2016 21:56:57 +0300 Subject: [PATCH] Added new line for "removeRegFromLong not supproted" message in icode.h. --- include/icode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/icode.h b/include/icode.h index 964f75f..3736371 100644 --- a/include/icode.h +++ b/include/icode.h @@ -162,9 +162,9 @@ struct CallType : public HlTypeSupport void placeStkArg(Expr *exp, int pos); virtual Expr * toAst(); public: - bool removeRegFromLong(eReg /*regi*/, LOCAL_ID */*locId*/) + bool removeRegFromLong(eReg /*regi*/, LOCAL_ID * /*locId*/) { - printf("CallType : removeRegFromLong not supproted"); + printf("CallType : removeRegFromLong not supproted\n"); return false; } QString writeOut(Function *pProc, int *numLoc) const;