diff options
| author | Jordan Wiens <github@psifertex.com> | 2025-11-10 23:27:34 -0500 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2025-11-10 23:27:34 -0500 |
| commit | f4f7de736ab1c13782bae3b10535e780eb15c108 (patch) | |
| tree | db45fd35e89c376390d0411dbacff5041acafd97 /docs/dev | |
| parent | ac909374541f32697a065c43e7e12c5d6916f937 (diff) | |
fix a few missing docs links
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/bnil-llil.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
