aboutsummaryrefslogtreecommitdiff
path: root/src/lower.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lower.c')
-rw-r--r--src/lower.c1
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;