* src/truetype/ttinterp.c (TT_RunIns): Minor and formatting.

This commit is contained in:
Alexei Podtelezhnikov 2016-08-11 23:03:09 -04:00
parent dce554b1bd
commit 49d474f6f6
2 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,7 @@
2016-08-11 Alexei Podtelezhnikov <apodtele@gmail.com>
* src/truetype/ttinterp.c (TT_RunIns): Minor and formatting.
2016-08-11 Alexei Podtelezhnikov <apodtele@gmail.com> 2016-08-11 Alexei Podtelezhnikov <apodtele@gmail.com>
* src/truetype/ttinterp.c (Pop_Push_Count): Fix some entries. * src/truetype/ttinterp.c (Pop_Push_Count): Fix some entries.

View File

@ -3119,7 +3119,7 @@
/*************************************************************************/ /*************************************************************************/
/* */ /* */
/* MAX[]: MAXimum */ /* MAX[]: MAXimum */
/* Opcode range: 0x68 */ /* Opcode range: 0x8B */
/* Stack: int32? int32? --> int32 */ /* Stack: int32? int32? --> int32 */
/* */ /* */
static void static void
@ -3133,7 +3133,7 @@
/*************************************************************************/ /*************************************************************************/
/* */ /* */
/* MIN[]: MINimum */ /* MIN[]: MINimum */
/* Opcode range: 0x69 */ /* Opcode range: 0x8C */
/* Stack: int32? int32? --> int32 */ /* Stack: int32? int32? --> int32 */
/* */ /* */
static void static void
@ -7841,7 +7841,7 @@
Ins_ALIGNPTS( exc, args ); Ins_ALIGNPTS( exc, args );
break; break;
case 0x28: /* ???? */ case 0x28: /* RAW */
Ins_UNKNOWN( exc ); Ins_UNKNOWN( exc );
break; break;
@ -8193,7 +8193,8 @@
Ins_INSTCTRL( exc, args ); Ins_INSTCTRL( exc, args );
break; break;
case 0x8F: case 0x8F: /* ADJUST */
case 0x90: /* ADJUST */
Ins_UNKNOWN( exc ); Ins_UNKNOWN( exc );
break; break;