mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28:30 +00:00
Add glob and some finer tuning of documentation
This commit is contained in:
parent
799e24a87b
commit
d51409ccd9
77 changed files with 1321 additions and 736 deletions
2
third_party/xed/x86ild.greg.c
vendored
2
third_party/xed/x86ild.greg.c
vendored
|
@ -1229,7 +1229,7 @@ privileged static void xed_decode_instruction_length(
|
|||
*
|
||||
* @return d->decoded_length is byte length, or 1 w/ error code
|
||||
* @note binary footprint increases ~4kb if this is used
|
||||
* @see cf. biggest thing in tensorflow, gdb, clang, etc. binaries
|
||||
* @see biggest code in gdb/clang/tensorflow binaries
|
||||
*/
|
||||
privileged enum XedError xed_instruction_length_decode(
|
||||
struct XedDecodedInst *xedd, const uint8_t *itext, const size_t bytes) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue