summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/bnil-llil.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/dev/bnil-llil.md b/docs/dev/bnil-llil.md
index 608c5e82..130af246 100644
--- a/docs/dev/bnil-llil.md
+++ b/docs/dev/bnil-llil.md
@@ -90,12 +90,7 @@ For the above instruction, we have a few operations we can perform:
>>> hex(instr.address)
'0x40084aL'
```
-* **dest** - returns the destination operand
-```
->>> instr.dest
-'rsp'
-```
* **function** - returns the containing function
```