summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 86a5f2632c..e970f58bef 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -36,7 +36,13 @@ Q(micropython)
Q(byte_code)
Q(native)
Q(viper)
+
+#if MICROPY_EMIT_INLINE_THUMB
Q(asm_thumb)
+Q(label)
+Q(align)
+Q(data)
+#endif
Q(Ellipsis)
Q(StopIteration)