summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-10-11 20:32:17 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-10-11 20:33:44 +0300
commitc36c75c4dca7cf93c82c0dbb9a93cfb1bb373d55 (patch)
tree9df93d67053b995088f87a97a09025db6dec30ef
parent6c2ab5c315ef375582c2e5fdf52638ebbef38065 (diff)
downloadmicropython-c36c75c4dca7cf93c82c0dbb9a93cfb1bb373d55.tar.gz
micropython-c36c75c4dca7cf93c82c0dbb9a93cfb1bb373d55.zip
unix: Update comment MICROPY_GCREGS_SETJMP (untested -> undertested).
-rw-r--r--unix/mpconfigport.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h
index 6ca0808628..ff89a6298a 100644
--- a/unix/mpconfigport.h
+++ b/unix/mpconfigport.h
@@ -61,7 +61,8 @@
// Define to MICROPY_ERROR_REPORTING_DETAILED to get function, etc.
// names in exception messages (may require more RAM).
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)
-// Define to 1 to use untested inefficient GC helper implementation
+
+// Define to 1 to use undertested inefficient GC helper implementation
// (if more efficient arch-specific one is not available).
#ifndef MICROPY_GCREGS_SETJMP
#ifdef __mips__