diff options
Diffstat (limited to 'src/lower.c')
| -rw-r--r-- | src/lower.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lower.c b/src/lower.c index 4093cbf..e6c147f 100644 --- a/src/lower.c +++ b/src/lower.c @@ -128,6 +128,7 @@ static bool is_small_type(struct type *type) return true; default: + break; } return false; |
