- fixed a typo in the bool cast.

- fixed a few places for unsigned values.
This commit is contained in:
Christoph Oelckers 2016-12-01 09:44:52 +01:00
commit 44d7d0b5f6
2 changed files with 4 additions and 3 deletions

View file

@ -443,7 +443,7 @@ begin:
ASSERTD(a); ASSERTF(B);
reg.d[a] = reg.f[B] != 0;
}
else if (c == CASTB_A)
else if (C == CASTB_A)
{
ASSERTD(a); ASSERTA(B);
reg.d[a] = reg.a[B] != nullptr;