Damien George a25aa2bcc3 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.
2017-02-08 10:48:51 +11:00
..
2017-02-01 23:03:10 +03:00
2017-02-01 23:03:10 +03:00
2017-02-01 23:03:10 +03:00
2015-11-13 12:49:18 +00:00
2017-01-27 17:19:06 +11:00
2017-01-27 17:19:06 +11:00