diff options
author | Damien George <damien@micropython.org> | 2025-04-10 15:35:39 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-04-14 11:13:19 +1000 |
commit | 9ee2ef5108102ce2f5851fba06da3dcab585f501 (patch) | |
tree | 06615feae48beca4d3c672dd37ddf3e36c787017 /py/objtuple.c | |
parent | 0b3ad98ea97bc504bb594639f5fcced5b5397eec (diff) | |
download | micropython-9ee2ef5108102ce2f5851fba06da3dcab585f501.tar.gz micropython-9ee2ef5108102ce2f5851fba06da3dcab585f501.zip |
py/emitinlinerv32: Move include of asmrv32.h to within feature guard.
Otherwise, when compiling on 16-bit systems (where `mp_uint_t` is 16 bits
wide) the compiler warns about "left shift count >= width of type", from
the static inline functions that have RV32_ENCODE_TYPE_xxx macros which
do a lot of bit shifting.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'py/objtuple.c')
0 files changed, 0 insertions, 0 deletions