Basic native ARM emitter

This commit is contained in:
Fabian Vogt
2014-08-16 22:55:53 +02:00
parent a97e091d4e
commit fe3d16e8c2
8 changed files with 575 additions and 4 deletions

View File

@@ -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)