You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's any number of enums (e.g. job_type) that we have defined as 16-bit but which are often handled internally as 32-bit. Having them defined only as 16-bit enums makes marking up decompiled code harder.
import_df_structures should therefore probably create a 32-bit version for any enum that is officially sized as 16-bit.
The text was updated successfully, but these errors were encountered:
There's any number of enums (e.g.
job_type
) that we have defined as 16-bit but which are often handled internally as 32-bit. Having them defined only as 16-bit enums makes marking up decompiled code harder.import_df_structures
should therefore probably create a 32-bit version for any enum that is officially sized as 16-bit.The text was updated successfully, but these errors were encountered: