Attributes.java line 234 parameter type should change from short to int.
zxh9813 opened this issue · 3 comments
zxh9813 commented
collinsmith commented
iirc, this is expected behavior. stat
should be a constant and within a known range unsigned 0..0x1f
, all places this function is used should be read and cast to short anyways. Was there a specific problem in another area?
zxh9813 commented
After I changing Attributes.java and StatListRef.java. I was able to start it.
collinsmith commented
I can start without that change. What error were you getting?