summary refs log tree commit diff
path: root/arm64/abi.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm64/abi.c')
-rw-r--r--arm64/abi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm64/abi.c b/arm64/abi.c
index 17ea1d1..1c97ef3 100644
--- a/arm64/abi.c
+++ b/arm64/abi.c
@@ -72,6 +72,7 @@ isfloatv(Typ *t, char *cls)
 			case FTyp:
 				if (isfloatv(&typ[f->len], cls))
 					break;
+				/* fall through */
 			default:
 				return 0;
 			}