summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorXusheng Li <xusheng@vector35.com>2020-07-15 00:31:48 +0800
committerGitHub <noreply@github.com>2020-07-15 00:31:48 +0800
commit569975846198476d9932c58e41b8a155e861a0b7 (patch)
treea977840a7bddc41e37fd26a5f23317e79bff4f58 /docs/dev
parent120a9bd4a5f407ad61f3a409f9c6b5a87cd62373 (diff)
remove duplicate description of "dest"
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
```