diff options
author | Fabian Vogt <fabian@ritter-vogt.de> | 2014-08-16 22:55:53 +0200 |
---|---|---|
committer | Fabian Vogt <fabian@ritter-vogt.de> | 2014-08-27 18:18:50 +0200 |
commit | fe3d16e8c24e2f3733339a69c66d740747b2e859 (patch) | |
tree | 4cf97ede9b6de13f85e04b4faff4149458714490 /py/qstrdefs.h | |
parent | a97e091d4e80bbdb05f4bb27f18b905b50daf018 (diff) | |
download | micropython-fe3d16e8c24e2f3733339a69c66d740747b2e859.tar.gz micropython-fe3d16e8c24e2f3733339a69c66d740747b2e859.zip |
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 2574443662..1acf639949 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) |