Skip to content
Snippets Groups Projects
Commit a25aa2bc authored by Damien George's avatar Damien George
Browse files

py/asmxtensa.h: Explicitly cast args to 32-bits so left-shift is legal.

For archs that have 16-bit pointers, the asmxtensa.h file can give compiler
warnings about left-shift being greater than the width of the type (due to
the inline functions in this header file).  Explicitly casting the
constants to uint32_t stops these warnings.
parent 21f08524
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment