diff --git a/lang/m2/comp/type.c b/lang/m2/comp/type.c index 50313983f..06bba2fa7 100644 --- a/lang/m2/comp/type.c +++ b/lang/m2/comp/type.c @@ -125,7 +125,7 @@ align(pos, al) int i = pos % al; if (i) return pos + (al - i); - return pos == 0 ? 1 : pos; + return pos; } t_type *