EtchedPixels / CC6303

A C compiler for the 6800 series processors
Other
37 stars 7 forks source link

cc68: fix extra addition #14

Closed kwhr0 closed 2 years ago

kwhr0 commented 2 years ago

This fixes result of ++x defined by static unsigned char x;. (6800 only)

EtchedPixels commented 2 years ago

Thanks