From 3c30ba53cfbad3758e635bd188804bfe7326e8f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 12 Mar 2020 19:17:07 +0100 Subject: [PATCH] :bug: Fix annotations --- src/parse/operator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parse/operator.c b/src/parse/operator.c index 723fa8b5..85a87c1c 100644 --- a/src/parse/operator.c +++ b/src/parse/operator.c @@ -260,7 +260,7 @@ ANN static inline Nspc ensure_nspc(SymTable *st, const struct Op_Import* opi) { return nspc; } -ANN void op_emit_nonnull(const Emitter emit, const Type mo, const Type opi, const m_uint offset) { +ANN2(1) void op_emit_nonnull(const Emitter emit, const Type mo, const Type opi, const m_uint offset) { if(!mo || mo == OP_ANY_TYPE) return; if(GET_FLAG(mo, nonnull) && !GET_FLAG(opi, nonnull)) { -- 2.43.0