From 569975846198476d9932c58e41b8a155e861a0b7 Mon Sep 17 00:00:00 2001 From: Xusheng Li Date: Wed, 15 Jul 2020 00:31:48 +0800 Subject: remove duplicate description of "dest" --- docs/dev/bnil-llil.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/dev') 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 ``` -- cgit v1.3.1