arch: Fix the mismath in comment
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
abfe082a6f
commit
427f8a1624
@ -46,7 +46,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name: up_undefinedinsn
|
||||
* Name: hc_copystate
|
||||
****************************************************************************/
|
||||
|
||||
/* A little faster than most memcpy's */
|
||||
|
@ -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);
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name: x86_undefinedinsn
|
||||
* Name: x86_copystate
|
||||
****************************************************************************/
|
||||
|
||||
/* A little faster than most memcpy's */
|
||||
|
@ -46,7 +46,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name: x86_64_undefinedinsn
|
||||
* Name: x86_64_copystate
|
||||
****************************************************************************/
|
||||
|
||||
/* A little faster than most memcpy's */
|
||||
|
Loading…
Reference in New Issue
Block a user