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 {
|
struct of_region {
|
||||||
AddressType base;
|
AddressType base;
|
||||||
uint32 size;
|
uint32 size;
|
||||||
};
|
} _PACKED;
|
||||||
|
|
||||||
struct of_arguments {
|
struct of_arguments {
|
||||||
const char *name;
|
const char *name;
|
||||||
|
|||||||
Reference in New Issue
Block a user