Skip to content

Commit

Permalink
Removed a FIXME (the bytecode parser will catch this, now).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 13, 2008
1 parent df9573b commit 4dc47d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mojoshader_assembler.c
Expand Up @@ -479,7 +479,6 @@ static int parse_register_name(Context *ctx, RegisterType *rtype, int *rnum)
if (nexttoken(ctx, 0, 1, 0, 0) == FAIL)
return FAIL;

// !!! FIXME: some of these registers are only valid for some shader types.
int neednum = 1;
int regnum = 0;
RegisterType regtype = REG_TYPE_TEMP;
Expand Down

0 comments on commit 4dc47d9

Please sign in to comment.