summaryrefslogtreecommitdiff
path: root/mpy-cross
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-12-07 15:34:43 -0500
committerGitHub <noreply@github.com>2018-12-07 15:34:43 -0500
commit2fbaceb2b15ff7d2c368a6cf4dfc10881f5979e7 (patch)
tree60210206b73c579e74288333a3ecc4e8f233dd1b /mpy-cross
parent481c4954afd161448aa37d353fa577d409d880c6 (diff)
parent89ef6eef575501e736ae528f13d9979e1302be63 (diff)
Merge pull request #1294 from tannewt/stack_check4.0.0-alpha.4
Add stack validity check and raise an error when it happens.
Diffstat (limited to 'mpy-cross')
-rw-r--r--mpy-cross/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpy-cross/Makefile b/mpy-cross/Makefile
index d9234ac02..fb1ab1ffd 100644
--- a/mpy-cross/Makefile
+++ b/mpy-cross/Makefile
@@ -78,6 +78,7 @@ endif
SRC_C = \
main.c \
gccollect.c \
+ supervisor/stub/stack.c \
supervisor/shared/translate.c
# Add fmode when compiling with mingw gcc