clover: Add missing fields to the clover::module serialization code.

Tested-by: "Dorrington, Albert" <albert.dorrington@lmco.com>
This commit is contained in:
Francisco Jerez 2014-01-14 21:53:57 +01:00
parent efcc84f425
commit 5195f1d9c6

View file

@ -108,6 +108,9 @@ namespace {
proc(S &s, QT &x) {
_proc(s, x.type);
_proc(s, x.size);
_proc(s, x.target_size);
_proc(s, x.target_align);
_proc(s, x.ext_type);
}
};