diff options
Diffstat (limited to 'examples/natmod/re/re.c')
-rw-r--r-- | examples/natmod/re/re.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/natmod/re/re.c b/examples/natmod/re/re.c index 7ae72a578..eb6d13778 100644 --- a/examples/natmod/re/re.c +++ b/examples/natmod/re/re.c @@ -11,7 +11,7 @@ const char *stack_top; -void mp_stack_check(void) { +void mp_cstack_check(void) { // Assumes descending stack on target volatile char dummy; if (stack_top - &dummy >= STACK_LIMIT) { |