Skip to content

Commit 427f8a1

Browse files
xiaoxiang781216acassis
authored andcommitted
arch: Fix the mismath in comment
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
1 parent abfe082 commit 427f8a1

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

arch/hc/src/common/hc_copystate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
****************************************************************************/
4747

4848
/****************************************************************************
49-
* Name: up_undefinedinsn
49+
* Name: hc_copystate
5050
****************************************************************************/
5151

5252
/* A little faster than most memcpy's */

arch/renesas/src/common/renesas_internal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ void renesas_fullcontextrestore(uint32_t *regs) noreturn_function;
147147
void renesas_prefetchabort(uint32_t *regs);
148148
void renesas_sigdeliver(void);
149149
void renesas_syscall(uint32_t *regs);
150-
void renesas_undefinedinsn(uint32_t *regs);
151150
void renesas_lowputc(char ch);
152151
void renesas_lowputs(const char *str);
153152

arch/x86/src/common/x86_copystate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
****************************************************************************/
4747

4848
/****************************************************************************
49-
* Name: x86_undefinedinsn
49+
* Name: x86_copystate
5050
****************************************************************************/
5151

5252
/* A little faster than most memcpy's */

arch/x86_64/src/common/x86_64_copystate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
****************************************************************************/
4747

4848
/****************************************************************************
49-
* Name: x86_64_undefinedinsn
49+
* Name: x86_64_copystate
5050
****************************************************************************/
5151

5252
/* A little faster than most memcpy's */

0 commit comments

Comments
 (0)