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:
François Revol
2012-11-06 16:34:01 +01:00
parent 11e7e1aa75
commit 5dfa763cb1
@@ -20,7 +20,7 @@ template<typename AddressType>
struct of_region {
AddressType base;
uint32 size;
};
} _PACKED;
struct of_arguments {
const char *name;