mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
objs use 1 byte alignment for leaf data
This commit is contained in:
@@ -33,7 +33,7 @@ read_only global CV_TypeId cv_type_id_variadic = 0xFFFFFFFF;
|
|||||||
////////////////////////////////
|
////////////////////////////////
|
||||||
//~ Aligns
|
//~ Aligns
|
||||||
|
|
||||||
#define CV_LeafAlign 4
|
#define CV_LeafAlign 1
|
||||||
#define CV_SymbolAlign 1
|
#define CV_SymbolAlign 1
|
||||||
#define CV_C13SubSectionAlign 4
|
#define CV_C13SubSectionAlign 4
|
||||||
#define CV_FileCheckSumsAlign 4
|
#define CV_FileCheckSumsAlign 4
|
||||||
|
|||||||
Reference in New Issue
Block a user