OF: Make sure the of_region templatized struct is packed
At least when building for sam460ex, it ended up being 16bytes large...
This commit is contained in:
@@ -20,7 +20,7 @@ template<typename AddressType>
|
||||
struct of_region {
|
||||
AddressType base;
|
||||
uint32 size;
|
||||
};
|
||||
} _PACKED;
|
||||
|
||||
struct of_arguments {
|
||||
const char *name;
|
||||
|
||||
Reference in New Issue
Block a user