Created
March 6, 2015 20:22
-
-
Save pamaury/624672d99fa62229a722 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/utils/regtools/qeditor/backend.cpp b/utils/regtools/qeditor/backend.cpp | |
index 2bc450f..5f006b0 100644 | |
--- a/utils/regtools/qeditor/backend.cpp | |
+++ b/utils/regtools/qeditor/backend.cpp | |
@@ -480,6 +480,8 @@ HWStubIoBackend::HWStubIoBackend(HWStubDevice *dev) | |
else | |
m_soc = QString("pp%1").arg(pp.wChipID, 4, 16, QChar('0')); | |
} | |
+ else if(target.dID == HWSTUB_TARGET_ATJ) | |
+ m_soc = "atj213x"; | |
else | |
m_soc = target.bName; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment