arch: Fix the mismath in comment

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-07-16 00:20:15 +08:00 committed by Alan Carvalho de Assis
parent abfe082a6f
commit 427f8a1624
4 changed files with 3 additions and 4 deletions

View File

@ -46,7 +46,7 @@
****************************************************************************/
/****************************************************************************
* Name: up_undefinedinsn
* Name: hc_copystate
****************************************************************************/
/* A little faster than most memcpy's */

View File

@ -147,7 +147,6 @@ void renesas_fullcontextrestore(uint32_t *regs) noreturn_function;
void renesas_prefetchabort(uint32_t *regs);
void renesas_sigdeliver(void);
void renesas_syscall(uint32_t *regs);
void renesas_undefinedinsn(uint32_t *regs);
void renesas_lowputc(char ch);
void renesas_lowputs(const char *str);

View File

@ -46,7 +46,7 @@
****************************************************************************/
/****************************************************************************
* Name: x86_undefinedinsn
* Name: x86_copystate
****************************************************************************/
/* A little faster than most memcpy's */

View File

@ -46,7 +46,7 @@
****************************************************************************/
/****************************************************************************
* Name: x86_64_undefinedinsn
* Name: x86_64_copystate
****************************************************************************/
/* A little faster than most memcpy's */