mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 20:11:44 +00:00
whoops... that NEEDS fixing.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4908 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
1337503fe8
commit
bb4003396b
1 changed files with 1 additions and 1 deletions
|
@ -11773,7 +11773,7 @@ void QCC_PR_ParseInitializerType(int arraysize, QCC_def_t *basedef, QCC_sref_t d
|
|||
rhs.cast = def.cast = type_vector;
|
||||
if (type->size - i == 3)
|
||||
{
|
||||
QCC_FreeTemp(QCC_PR_StatementFlags(&pr_opcodes[OP_STORE_F], rhs, def, NULL, STFL_PRESERVEB));
|
||||
QCC_FreeTemp(QCC_PR_StatementFlags(&pr_opcodes[OP_STORE_V], rhs, def, NULL, STFL_PRESERVEB));
|
||||
return;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue