Skip to content
Snippets Groups Projects
Commit f1dbd290 authored by Damien George's avatar Damien George
Browse files

unix/gccollect: Provide declaration of exported function.

parent c2508ac8
Branches
No related tags found
No related merge requests found
...@@ -136,6 +136,9 @@ STATIC void gc_helper_get_regs(regs_t arr) { ...@@ -136,6 +136,9 @@ STATIC void gc_helper_get_regs(regs_t arr) {
#endif // MICROPY_GCREGS_SETJMP #endif // MICROPY_GCREGS_SETJMP
// this function is used by mpthreadport.c
void gc_collect_regs_and_stack(void);
void gc_collect_regs_and_stack(void) { void gc_collect_regs_and_stack(void) {
regs_t regs; regs_t regs;
gc_helper_get_regs(regs); gc_helper_get_regs(regs);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment