mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Make small fixes and oops ran clang-format on dtoa
This commit is contained in:
parent
b5b60015f5
commit
ac00be1a4e
47 changed files with 4933 additions and 5306 deletions
|
@ -145,6 +145,8 @@ int main(int argc, char *argv[]) {
|
|||
SHOWOP(error);
|
||||
SHOWOP(esrc);
|
||||
SHOWOP(first_f2f3);
|
||||
SHOWOP(modrm);
|
||||
SHOWOP(sib);
|
||||
SHOWOP(has_modrm);
|
||||
SHOWOP(has_sib);
|
||||
SHOWOP(hint);
|
||||
|
@ -162,9 +164,6 @@ int main(int argc, char *argv[]) {
|
|||
SHOWOP(mod);
|
||||
SHOWOP(mode);
|
||||
SHOWOP(mode_first_prefix);
|
||||
SHOWOP(modep5);
|
||||
SHOWOP(modep55c);
|
||||
SHOWOP(modrm_byte);
|
||||
SHOWOP(nominal_opcode);
|
||||
SHOWOP(nprefixes);
|
||||
SHOWOP(nrexes);
|
||||
|
@ -189,9 +188,6 @@ int main(int argc, char *argv[]) {
|
|||
SHOWOP(rexx);
|
||||
SHOWOP(rm);
|
||||
SHOWOP(seg_ovd);
|
||||
SHOWOP(sibbase);
|
||||
SHOWOP(sibindex);
|
||||
SHOWOP(sibscale);
|
||||
SHOWOP(srm);
|
||||
SHOWOP(ubit);
|
||||
SHOWOP(uimm0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue