- another typo...

This commit is contained in:
Christoph Oelckers 2016-12-01 10:38:43 +01:00
parent 44d7d0b5f6
commit 96df8f6729
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ begin:
if (C == CASTB_I) if (C == CASTB_I)
{ {
ASSERTD(a); ASSERTD(B); ASSERTD(a); ASSERTD(B);
reg.f[a] = !!reg.d[B]; reg.d[a] = !!reg.d[B];
} }
else if (C == CASTB_F) else if (C == CASTB_F)
{ {