2 Specific MISRA C:2012 Deviations
- Global testData_Subset3
-
Advisory: misra-c2012- 8.9
Justification: Assembler requires the variable to have underscore in order to access the memory location pointed by the variable and it also requires the variable to have global scope doesnˊt allow variable to have modular scope. - Global testResult_Subset1
-
Advisory: misra-c2012- 8.9
Justification: Assembler requires the variable to have an underscore in order to access the memory location pointed by the variable and it also requires the variable to have global scope. Assembler doesnˊt allow the variable to have the block scope. - Global testResult_Subset2
-
Advisory: misra-c2012- 8.9
Justification: Assembler requires the variable to have an underscore in order to access the memory location pointed by the variable and it also requires the variable to have global scope. Assembler doesnˊt allow the variable to have the block scope.