From 9f202ac53acfac00addb5b6e4c9b1e5c7a33ea45 Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 24 Feb 2026 15:47:10 +0100 Subject: fix various warnings --- x86_64/isel.c | 1 - 1 file changed, 1 deletion(-) (limited to 'x86_64/isel.c') diff --git a/x86_64/isel.c b/x86_64/isel.c index a8f55c6..c4c78b8 100644 --- a/x86_64/isel.c +++ b/x86_64/isel.c @@ -385,7 +385,6 @@ sel(struct function *fn, struct instr *ins, struct block *blk, int *curi) case Ocall: selcall(fn, ins, blk, curi); break; - case Ocall2r: assert(0); case Ointrin: break; case Oshl: case Osar: case Oslr: -- cgit v1.2.3