This commit is contained in:
Gabriel Wang 2023-10-20 00:43:01 +01:00
parent bacf4c4d81
commit 239a2ab598
7 changed files with 5 additions and 4 deletions

View File

@ -15,6 +15,7 @@
<project>
<PathAndName>.\gcc_example.uvprojx</PathAndName>
<NodeIsExpanded>1</NodeIsExpanded>
</project>
</ProjectWorkspace>

View File

@ -533,7 +533,7 @@
<TargetName>library</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>6210000::V6.21::.\ArmCompilerforEmbedded6.21</pCCUsed>
<pCCUsed>6190000::V6.19::ARMCLANG</pCCUsed>
<uAC6>1</uAC6>
<TargetOption>
<TargetCommonOption>

View File

@ -278,7 +278,7 @@
<LExpSel>0</LExpSel>
</OPTXL>
<OPTFL>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<IsCurrentTarget>1</IsCurrentTarget>
</OPTFL>

Binary file not shown.

Binary file not shown.

View File

@ -546,8 +546,8 @@ bool perfc_check_task_stack_canary_safe(void)
break;
}
if ( (ptRootAgent->wMagicWord = MAGIC_WORD_CANARY)
|| (ptRootAgent->wMagicWord = MAGIC_WORD_AGENT_LIST_VALID)) {
if ( (MAGIC_WORD_CANARY == ptRootAgent->wMagicWord)
|| (MAGIC_WORD_AGENT_LIST_VALID == ptRootAgent->wMagicWord)) {
return true;
}
} while(0);