summaryrefslogtreecommitdiff
path: root/docs/dev/bnil-hlil.md
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2025-12-11 17:09:46 -0500
committerJordan Wiens <github@psifertex.com>2025-12-11 17:15:25 -0500
commit4ef9ad58360b8244185a09c4dabe74c81f9c3c63 (patch)
treed831fa2267d0fdde0700ddb381e55021271cf3ef /docs/dev/bnil-hlil.md
parent5d7877b807e45c6b58e6beb73ea11d7fe7f4467f (diff)
add script for validating white space in mkdocs, and many whitespace fixes
Diffstat (limited to 'docs/dev/bnil-hlil.md')
-rw-r--r--docs/dev/bnil-hlil.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/dev/bnil-hlil.md b/docs/dev/bnil-hlil.md
index b66081dc..db8377fc 100644
--- a/docs/dev/bnil-hlil.md
+++ b/docs/dev/bnil-hlil.md
@@ -49,7 +49,6 @@ There are a number of properties that can be queried on the [`HighLevelILInstruc
* `HLIL_IF` - Branch to the `true`/`false` HLIL instruction identifier depending on the result of the `condition` expression
* `HLIL_GOTO` - Branch to the `dest` expression id
* `HLIL_TAILCALL` - This instruction calls the expression `dest` using `params` as input and `output` for return values
-not exist
* `HLIL_SYSCALL` - Make a system/service call with parameters `params` and output `output`
* `HLIL_WHILE` -
* `HLIL_DO_WHILE` -