From 4ef9ad58360b8244185a09c4dabe74c81f9c3c63 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 11 Dec 2025 17:09:46 -0500 Subject: add script for validating white space in mkdocs, and many whitespace fixes --- docs/dev/bnil-hlil.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/dev/bnil-hlil.md') 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` - -- cgit v1.3.1