uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.1k stars 251 forks source link

Fix clone of EnumType #1254

Closed ptomin closed 1 year ago

ptomin commented 1 year ago

Clone of EnumType was incorrect. Size was not copied. But making it immutable is better than adding Size to the to list of copied attributes

uxmal commented 1 year ago

Looks good Pavel