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 { struct of_region {
AddressType base; AddressType base;
uint32 size; uint32 size;
}; } _PACKED;
struct of_arguments { struct of_arguments {
const char *name; const char *name;