diff options
author | Alessandro Gatti <a.gatti@frob.it> | 2024-11-18 22:04:14 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-12-10 12:04:14 +1100 |
commit | 2a8f6047ff5c94bba7ace738a14b572cc8553251 (patch) | |
tree | bc8d15659745054bef458f5904519798e7250e50 /docs/esp32/tutorial | |
parent | 5784714f734caf3713ff880ffe100bbbec59216e (diff) | |
download | micropython-2a8f6047ff5c94bba7ace738a14b572cc8553251.tar.gz micropython-2a8f6047ff5c94bba7ace738a14b572cc8553251.zip |
py/emitglue: Fix clear cache builtin warning on Clang for AArch32.
This commit fixes a warning occurring on Clang when calling
`__builtin___clear_cache` with non-void pointers for its start and end
memory area locations. The code now uses a char pointer for the end
location, and it still builds without warnings on GCC.
Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
Diffstat (limited to 'docs/esp32/tutorial')
0 files changed, 0 insertions, 0 deletions