Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[svn] Pad out instructions so indexes match.
--HG--
branch : trunk
  • Loading branch information
icculus committed Feb 10, 2008
1 parent 4f61740 commit 2caaf91
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions parse.c
Expand Up @@ -512,6 +512,21 @@ static Instruction instructions[] = {
INSTRUCTION(MOVA, 2),
INSTRUCTION(DEFB, 2),
INSTRUCTION(DEFI, 5),
INSTRUCTION(RESERVED, 0),
INSTRUCTION(RESERVED, 0),
INSTRUCTION(RESERVED, 0),
INSTRUCTION(RESERVED, 0),
INSTRUCTION(RESERVED, 0),
INSTRUCTION(RESERVED, 0),
INSTRUCTION(RESERVED, 0),
INSTRUCTION(RESERVED, 0),
INSTRUCTION(RESERVED, 0),
INSTRUCTION(RESERVED, 0),
INSTRUCTION(RESERVED, 0),
INSTRUCTION(RESERVED, 0),
INSTRUCTION(RESERVED, 0),
INSTRUCTION(RESERVED, 0),
INSTRUCTION(RESERVED, 0),
INSTRUCTION(TEXCOORD, -1),
INSTRUCTION(TEXKILL, 1),
INSTRUCTION(TEX, -1),
Expand Down

0 comments on commit 2caaf91

Please sign in to comment.