Files
tinygo/compiler
Ayke van Laethem 39c8711332 compiler: add correct debug location to init instructions
This adds proper debug locations to interp errors. For example, when
trying to use the unicode package on AVR (which currently doesn't work),
the following error is shown with this commit:

    /usr/local/go1.17/src/unicode/casetables.go:13:31: interp: ptrtoint integer size does not equal pointer size

Before this commit, that error was a lot less helpful:

    unicode/<init>:13:31: interp: ptrtoint integer size does not equal pointer size
2022-01-03 17:58:02 +01:00
..
2021-10-03 16:28:34 +02:00
2021-09-27 15:47:12 +02:00
2021-11-30 21:53:16 +01:00
2021-09-27 15:47:12 +02:00
2021-11-06 09:40:15 +01:00
2021-09-27 15:47:12 +02:00
2021-11-24 22:21:22 +01:00