From f4f7de736ab1c13782bae3b10535e780eb15c108 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 10 Nov 2025 23:27:34 -0500 Subject: fix a few missing docs links --- docs/dev/bnil-llil.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev') diff --git a/docs/dev/bnil-llil.md b/docs/dev/bnil-llil.md index e8b77a07..2eafe5cb 100644 --- a/docs/dev/bnil-llil.md +++ b/docs/dev/bnil-llil.md @@ -275,7 +275,7 @@ The double precision instruction multiply, divide, modulus instructions are part ### Floating Point Conditionals -These are identical to their native counterparts but are lifted separately so that the operations can impact different flags. See [Control Flow & Conditionals](#control-flow--conditionals) above. +These are identical to their native counterparts but are lifted separately so that the operations can impact different flags. See [Control Flow & Conditionals](#control-flow-conditionals) above. * `LLIL_FCMP_E ` - See above * `LLIL_FCMP_NE ` - See above -- cgit v1.3.1