From 4c8f4c3ddb307bfd3168cf5bd573e1dffda9629b Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 28 May 2021 14:11:36 -0400 Subject: additional BNIL documentation cleanup --- docs/dev/bnil-mlil.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/bnil-mlil.md') diff --git a/docs/dev/bnil-mlil.md b/docs/dev/bnil-mlil.md index 6239fadb..643e7ce6 100644 --- a/docs/dev/bnil-mlil.md +++ b/docs/dev/bnil-mlil.md @@ -365,7 +365,7 @@ The parameter list can be accessed through the `params` property: * `MLIL_SX` - Sign extends the `src` expression * `MLIL_ZX` - Zero extends the `src` expression * `MLIL_ADD_OVERFLOW` - Calculates overflow of the addition of `left` expression with `right` expression -* `MLIL_BOOL_TO_INT` - Converts a bool to an integer +* `MLIL_BOOL_TO_INT` - Converts a bool `src` to an integer ### Comparison Instructions -- cgit v1.3.1