We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2ab5c commit c36c75cCopy full SHA for c36c75c
unix/mpconfigport.h
@@ -61,7 +61,8 @@
61
// Define to MICROPY_ERROR_REPORTING_DETAILED to get function, etc.
62
// names in exception messages (may require more RAM).
63
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)
64
-// Define to 1 to use untested inefficient GC helper implementation
+
65
+// Define to 1 to use undertested inefficient GC helper implementation
66
// (if more efficient arch-specific one is not available).
67
#ifndef MICROPY_GCREGS_SETJMP
68
#ifdef __mips__
0 commit comments