- fixed a typo in the bool cast.
- fixed a few places for unsigned values.
This commit is contained in:
parent
7688e14bec
commit
44d7d0b5f6
2 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue