summary refs log tree commit diff
path: root/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'amd64')
-rw-r--r--amd64/isel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/amd64/isel.c b/amd64/isel.c
index cb409c4..2519ae5 100644
--- a/amd64/isel.c
+++ b/amd64/isel.c
@@ -538,6 +538,7 @@ amatch(Addr *a, Ref r, ANum *ai, Fn *fn, int top)
 			break;
 		}
 		r = al;
+		/* fall through */
 	case 0:
 		s = fn->tmp[r.val].slot;
 		if (s != -1)