Make macro_reference_t store the offset of the first macro action and expose ParseMacroAction
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
// Typedefs:
|
||||
|
||||
typedef struct {
|
||||
uint16_t offset;
|
||||
uint16_t firstMacroActionOffset;
|
||||
uint16_t macroActionsCount;
|
||||
} macro_reference_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user