mirror of https://github.com/tinygo-org/tinygo.git
Browse Source
GetElementPtr would not work on values that weren't pointers. Because fixed addresses (often used in memory-mapped I/O) are integers rather than pointers in interp, it would return an error. This resulted in the teensy40 target not compiling correctly since the interp package rewrite. This commit should fix that.pull/1709/head
Ayke van Laethem
4 years ago
committed by
Ron Evans
4 changed files with 21 additions and 8 deletions
Loading…
Reference in new issue