Skip to content
Snippets Groups Projects
Commit 3a3fc306 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Improve the index checking for array accesses; fixes #2120 #2669

As well as checking that offset we are reading is actually inside the
array, we now also check that it is "in range" as defined by the Ix
instance. This fixes confusing behaviour (#2120) and improves some error
messages (#2669).
parent 9d56ddc6
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.
Finish editing this message first!
Please register or to comment