Unitialized bedata error in BC when using certain expressions
Wuerfel21 opened this issue · 1 comments
Wuerfel21 commented
PUB main()
DAT
a
b
long 0[@a-@b]
bad-bedata.spin:6: error: BCgetDAToffset: bedata for module Bad_bedata uninitialized
bad-bedata.spin:6: error: BCgetDAToffset: bedata for module Bad_bedata uninitialized
Something trying to resolve data size before the backend is ready?
totalspectrum commented