arch/arm: Avoid C++ comments inside C comments
Avoid nested C++ comments inside the C comment block due to MISRA-C rule 3.1. Keep the variables documenting possible caller saved registers. Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
This commit is contained in:
parent
07697dd004
commit
f8cbf7f92a
1 changed files with 7 additions and 7 deletions
|
@ -30,13 +30,13 @@ struct _caller_saved {
|
||||||
*
|
*
|
||||||
* For Cortex-A, this may be:
|
* For Cortex-A, this may be:
|
||||||
*
|
*
|
||||||
* u32_t a1; // r0
|
* u32_t a1; r0
|
||||||
* u32_t a2; // r1
|
* u32_t a2; r1
|
||||||
* u32_t a3; // r2
|
* u32_t a3; r2
|
||||||
* u32_t a4; // r3
|
* u32_t a4; r3
|
||||||
* u32_t ip; // r12
|
* u32_t ip; r12
|
||||||
* u32_t lr; // r14
|
* u32_t lr; r14
|
||||||
* u32_t pc; // r15
|
* u32_t pc; r15
|
||||||
* u32_t xpsr;
|
* u32_t xpsr;
|
||||||
*/
|
*/
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue