clover: Fix regression in module serialization

We need to serialize semantic information for arguments, which was added
in 06139c56fa.

Reviewed-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
Tom Stellard 2014-10-14 17:55:23 -04:00
parent 3435aa49f4
commit 8cf6482c3d
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ namespace {
_proc(s, x.target_size);
_proc(s, x.target_align);
_proc(s, x.ext_type);
_proc(s, x.semantic);
}
};