Skip to content

Commit

Permalink
update user documentation on flevels and DisassembleAt
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Lin committed Jul 5, 2016
1 parent d22e212 commit 96ec9e7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/lib/Headers/bytecode_local.h
Original file line number Diff line number Diff line change
Expand Up @@ -1232,10 +1232,10 @@ struct DIS_fixed {
/**
\group_disasm
* Disassembles one X86 instruction starting at the specified offset.
* @param[out] result disassembly result
* @param[out] result disassembly result, memset to 0 on error
* @param[in] offset start disassembling from this offset, in the current file
* @param[in] len max amount of bytes to disassemble
* @return offset where disassembly ended
* @return offset where disassembly ended, -1 on error
*/
static force_inline uint32_t
DisassembleAt(struct DIS_fixed* result, uint32_t offset, uint32_t len)
Expand Down
Binary file modified docs/doxygen/latex/refman.pdf
Binary file not shown.
Binary file modified docs/user/clambc-abridged-user.pdf
Binary file not shown.
Binary file modified docs/user/clambc-api.pdf
Binary file not shown.
Binary file modified docs/user/clambc-full-user.pdf
Binary file not shown.

0 comments on commit 96ec9e7

Please sign in to comment.