clean, optimize, ...
This commit is contained in:
parent
09bf16766c
commit
7892e875dc
16 changed files with 3701 additions and 2999 deletions
|
|
@ -338,6 +338,8 @@ repeat:
|
|||
|
||||
case 'X':
|
||||
flags |= LARGE;
|
||||
base = 16;
|
||||
break;
|
||||
|
||||
case 'x':
|
||||
base = 16;
|
||||
|
|
@ -346,6 +348,7 @@ repeat:
|
|||
case 'd':
|
||||
case 'i':
|
||||
flags |= SIGN;
|
||||
break;
|
||||
|
||||
case 'u':
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue