diff options
author | Damien George <damien.p.george@gmail.com> | 2014-09-06 23:06:36 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-09-06 23:06:36 +0100 |
commit | c90f59ec3a4c77848f36c710ed4ab8d55a944a0c (patch) | |
tree | afa66e5e0feb34232212f676c1a85ee9b132ddbc /py/qstrdefs.h | |
parent | 33b50a02176bcf4f7114498f9925003808d6e53f (diff) | |
download | micropython-c90f59ec3a4c77848f36c710ed4ab8d55a944a0c.tar.gz micropython-c90f59ec3a4c77848f36c710ed4ab8d55a944a0c.zip |
py: Add support for emitting native x86 machine code.
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 1acf639949..d41029a1fa 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 || MICROPY_EMIT_ARM +#if MICROPY_EMIT_NATIVE Q(native) Q(viper) Q(uint) |