summaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-21 13:33:15 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-21 13:33:15 +0100
commite5f8a77db6b7328b9583cbd0fe6ac73535fca1a0 (patch)
treedc781d058bc820f6e9300bfe5ee56629c46f11f2 /py/qstrdefs.h
parent764af4b7c585831afa4996c2cf371403330faa35 (diff)
py: Add 'align' and 'data' meta-instructions to inline assembler.
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 86a5f2632..e970f58be 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)