aboutsummaryrefslogtreecommitdiffstats
path: root/cfg
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2020-08-29 19:58:08 -0400
committerClyne Sullivan <clyne@bitgloo.com>2020-08-29 19:58:08 -0400
commitd568f7ca9d7bf2d9dbf0b58d011ae8693ed6703e (patch)
tree0ea913ec1106c070b86d30a4db2b835baf7be4d3 /cfg
parent09b2c79ed6320dc6541f1edf435a01b125fe0425 (diff)
improved elf loading
Diffstat (limited to 'cfg')
-rw-r--r--cfg/chconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg/chconf.h b/cfg/chconf.h
index 53b3224..eb399f7 100644
--- a/cfg/chconf.h
+++ b/cfg/chconf.h
@@ -751,6 +751,9 @@
/* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
+// Enable syscall support
+#define PORT_USE_SYSCALL TRUE
+
#endif /* CHCONF_H */
/** @} */