File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 46
46
****************************************************************************/
47
47
48
48
/****************************************************************************
49
- * Name: up_undefinedinsn
49
+ * Name: hc_copystate
50
50
****************************************************************************/
51
51
52
52
/* A little faster than most memcpy's */
Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ void renesas_fullcontextrestore(uint32_t *regs) noreturn_function;
147
147
void renesas_prefetchabort (uint32_t * regs );
148
148
void renesas_sigdeliver (void );
149
149
void renesas_syscall (uint32_t * regs );
150
- void renesas_undefinedinsn (uint32_t * regs );
151
150
void renesas_lowputc (char ch );
152
151
void renesas_lowputs (const char * str );
153
152
Original file line number Diff line number Diff line change 46
46
****************************************************************************/
47
47
48
48
/****************************************************************************
49
- * Name: x86_undefinedinsn
49
+ * Name: x86_copystate
50
50
****************************************************************************/
51
51
52
52
/* A little faster than most memcpy's */
Original file line number Diff line number Diff line change 46
46
****************************************************************************/
47
47
48
48
/****************************************************************************
49
- * Name: x86_64_undefinedinsn
49
+ * Name: x86_64_copystate
50
50
****************************************************************************/
51
51
52
52
/* A little faster than most memcpy's */
You can’t perform that action at this time.
0 commit comments