mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
tools/nxstyle.c: Make sure that all files begin with a comment on line 1 (which should be the file header).
This commit is contained in:
@@ -77,7 +77,8 @@ static void up_registerdump(const uint32_t * regs)
|
||||
regs[REG_S8], regs[REG_S9], regs[REG_S10], regs[REG_S11]);
|
||||
#ifdef MINERVA32_SAVE_GP
|
||||
svcinfo("GP:%08x SP:%08x FP:%08x TP:%08x RA:%08x\n",
|
||||
regs[REG_GP], regs[REG_SP], regs[REG_FP], regs[REG_TP], regs[REG_RA]);
|
||||
regs[REG_GP], regs[REG_SP], regs[REG_FP], regs[REG_TP],
|
||||
regs[REG_RA]);
|
||||
#else
|
||||
svcinfo("SP:%08x FP:%08x TP:%08x RA:%08x\n",
|
||||
regs[REG_SP], regs[REG_FP], regs[REG_TP], regs[REG_RA]);
|
||||
|
||||
Reference in New Issue
Block a user