瀏覽代碼

Added new line for "removeRegFromLong not supproted" message in icode.h.

Vladimir Kryvian 8 年之前
父節點
當前提交
d77927c608
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/icode.h

+ 2 - 2
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;