mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 12:24:07 -04:00
Style: uncrustify kernel files
This commit is contained in:
parent
66a815653b
commit
587a83d647
385 changed files with 4714 additions and 4338 deletions
|
@ -58,7 +58,7 @@
|
|||
#if defined( _ASMLANGUAGE ) || defined( __ASSEMBLER__ )
|
||||
|
||||
#define STRUCT_BEGIN .pushsection.text; .struct 0
|
||||
#define STRUCT_FIELD( ctype, size, asname, name ) asname:.space size
|
||||
#define STRUCT_FIELD( ctype, size, asname, name ) asname:.space size
|
||||
#define STRUCT_AFIELD( ctype, size, asname, name, n ) asname:.space( size ) *( n )
|
||||
#define STRUCT_END( sname ) sname ## Size:; .popsection
|
||||
|
||||
|
@ -337,8 +337,8 @@ STRUCT_END( XtSolFrame )
|
|||
.endm
|
||||
#define ENTRY0
|
||||
#define RET( sz ) ret1 sz
|
||||
.macro ret1 size = 0x10
|
||||
l32i a0, sp, 0
|
||||
.macro ret1 size = 0x10
|
||||
l32i a0, sp, 0
|
||||
addi sp, sp, \ size
|
||||
ret
|
||||
.endm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue