mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4440 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a05f3f36a0
commit
e0abab20f3
1 changed files with 1 additions and 1 deletions
|
@ -8062,7 +8062,7 @@ void QCC_WriteAsmFunction(QCC_def_t *sc, unsigned int firststatement, gofs_t fir
|
|||
}
|
||||
else
|
||||
fprintf(asmfile, ",\t%i", statements[i].b);
|
||||
if (pr_opcodes[statements[i].op].type_c != &type_void) && (pr_opcodes[statements[i].op].associative==ASSOC_LEFT || statements[i].c))
|
||||
if (pr_opcodes[statements[i].op].type_c != &type_void && (pr_opcodes[statements[i].op].associative==ASSOC_LEFT || statements[i].c))
|
||||
{
|
||||
if (pr_opcodes[statements[i].op].type_c)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue