diff options
Diffstat (limited to 'py')
| -rw-r--r-- | py/emitinlinerv32.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/py/emitinlinerv32.c b/py/emitinlinerv32.c index a9a81ddf1..a539242b8 100644 --- a/py/emitinlinerv32.c +++ b/py/emitinlinerv32.c @@ -30,12 +30,13 @@ #include <stdio.h> #include <string.h> -#include "py/asmrv32.h" #include "py/emit.h" #include "py/misc.h" #if MICROPY_EMIT_INLINE_RV32 +#include "py/asmrv32.h" + typedef enum { // define rules with a compile function #define DEF_RULE(rule, comp, kind, ...) PN_##rule, |
