mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-12-13 16:28:03 +00:00
minor mode: fixed argument name (code documentation)
This commit is contained in:
parent
260a7cea8a
commit
82ff1d0eef
@ -509,7 +509,7 @@ cs_insn * CAPSTONE_API cs_malloc(csh handle);
|
|||||||
|
|
||||||
@handle: handle returned by cs_open()
|
@handle: handle returned by cs_open()
|
||||||
@code: buffer containing raw binary code to be disassembled
|
@code: buffer containing raw binary code to be disassembled
|
||||||
@code_size: size of above code
|
@size: size of above code
|
||||||
@address: address of the first insn in given raw code buffer
|
@address: address of the first insn in given raw code buffer
|
||||||
@insn: pointer to instruction to be filled in by this API.
|
@insn: pointer to instruction to be filled in by this API.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user