OSDN Git Service

debug KERNEL_IRC_REGBASE
authorryuz <ryuz@users.sourceforge.jp>
Tue, 22 Feb 2011 14:19:43 +0000 (23:19 +0900)
committerryuz <ryuz@users.sourceforge.jp>
Tue, 22 Feb 2011 14:19:43 +0000 (23:19 +0900)
cfgrtr/source/attisr.cpp
sample/mb/mb_v8/system.cfg

index 0cbc7b2..126b4ff 100755 (executable)
@@ -122,6 +122,7 @@ int CApiAttIsr::AnalyzeApi(const char* pszApiName, const char* pszParams)
                int len = strlen(pszParams);
                m_pszRegBase = new char[len + 1];
                strcpy(m_pszRegBase, pszParams);
+               return CFG_ERR_OK;
        }
 
        return CFG_ERR_NOPROC;
index 4c886ac..df287c7 100644 (file)
@@ -10,6 +10,7 @@
 
 
 /* %jp{カーネル独自の設定}%en{kernel} */
+KERNEL_IRC_REGBASE(0x80000000);
 KERNEL_HEP_MEM(128, NULL);
 KERNEL_SYS_STK(256, NULL);
 KERNEL_INT_STK(256, NULL);