Skip to content
Snippets Groups Projects
Commit ffcde68d authored by Basile Desloges's avatar Basile Desloges
Browse files

[eacsl] Fix generated pointer in `&a[x..y]` annotation

The previous version generated `&a + x` instead of `a + x` but the
pointer arithmetic on `&a + x` is that we move the pointer `x` times the
size of the entire array instead of `x` times the size of an element of
the array.
parent 318d40e4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment