Skip to content

Commit

Permalink
Whoops, accidentally deleted state_MOVA().
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Apr 22, 2008
1 parent e08f6c1 commit 39d1dd0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mojoshader.c
Expand Up @@ -3715,6 +3715,12 @@ static void state_CALLNZ(Context *ctx)
check_call_loop_wrappage(ctx, ctx->source_args[0].regnum);
} // state_CALLNZ

static void state_MOVA(Context *ctx)
{
if (ctx->dest_arg.regtype != REG_TYPE_ADDRESS)
fail(ctx, "MOVA argument isn't address register");
} // state_MOVA

static void state_LOOP(Context *ctx)
{
if (ctx->source_args[0].regtype != REG_TYPE_LOOP)
Expand Down

0 comments on commit 39d1dd0

Please sign in to comment.