diff options
author | Damien George <damien.p.george@gmail.com> | 2014-08-28 23:24:43 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-08-28 23:24:43 +0100 |
commit | 1ac6faa73218d3049b3e8e8f008dbfdc756628cb (patch) | |
tree | c15cc319b14869c64e908c00f410aa262c3d442f /py/qstrdefs.h | |
parent | 516b09efc3e5d2d88457a0300b65497a9bc39624 (diff) | |
parent | 16ee30c6fa0974f2236004a663085f4035fd14df (diff) |
Merge pull request #833 from Vogtinator/arm-native
Basic native ARM emitter
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 2 |
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) |