summaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-08-28 23:24:43 +0100
committerDamien George <damien.p.george@gmail.com>2014-08-28 23:24:43 +0100
commit1ac6faa73218d3049b3e8e8f008dbfdc756628cb (patch)
treec15cc319b14869c64e908c00f410aa262c3d442f /py/qstrdefs.h
parent516b09efc3e5d2d88457a0300b65497a9bc39624 (diff)
parent16ee30c6fa0974f2236004a663085f4035fd14df (diff)
Merge pull request #833 from Vogtinator/arm-native
Basic native ARM emitter
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 257444366..1acf63994 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -73,7 +73,7 @@ Q(micropython)
Q(bytecode)
Q(const)
-#if MICROPY_EMIT_X64 || MICROPY_EMIT_THUMB
+#if MICROPY_EMIT_X64 || MICROPY_EMIT_THUMB || MICROPY_EMIT_ARM
Q(native)
Q(viper)
Q(uint)