reading/cleanup/organization pass over main symbol conversion pass in raddbgi_from_pdb; automate & table-drive a few pieces via metacode tables

This commit is contained in:
Ryan Fleury
2024-02-13 14:26:01 -08:00
parent 725481fcc7
commit 348034a490
5 changed files with 787 additions and 821 deletions
+2 -2
View File
@@ -1059,8 +1059,8 @@ enum
CV_GenericFlags_RSCLEAN = (1 << 1), // "returnee stack cleanup"
};
typedef struct CV_Return CV_Return;
struct CV_Return
typedef struct CV_SymReturn CV_SymReturn;
struct CV_SymReturn
{
CV_GenericFlags flags;
CV_GenericStyle style;