summary refs log tree commit diff
path: root/mem.c
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin@c9x.me>2018-04-26 22:59:30 +0200
committerQuentin Carbonneaux <quentin@c9x.me>2018-04-26 22:59:30 +0200
commitf1c865f4bc7dff5a5d844049a73ad82463186e9f (patch)
tree7b83c71a1ab77b86507b11f6e823d85eed4da397 /mem.c
parente7a387585992a9378ba2f2319c2408c62a0b14e8 (diff)
downloadroux-f1c865f4bc7dff5a5d844049a73ad82463186e9f.tar.gz
more compiler warnings...
Diffstat (limited to 'mem.c')
-rw-r--r--mem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mem.c b/mem.c
index 159b6bc..f20f378 100644
--- a/mem.c
+++ b/mem.c
@@ -65,6 +65,7 @@ memopt(Fn *fn)
 				case Oloaduw:
 					if (k == Kl)
 						goto Extend;
+					/* fall through */
 				case Oload:
 					if (KBASE(k) != KBASE(l->cls))
 						l->op = Ocast;