mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-17 09:32:22 -07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user