|
@@ -334,9 +334,9 @@ implementation
|
|
|
cg.a_jmp_flags(list,p.location.resflags,truelabel);
|
|
|
|
|
|
{ e.g. xtensa has no default flags but uses a boolean register }
|
|
|
-{$if defined(NR_DEFAULTFLAGS)}
|
|
|
+{$ifndef xtensa}
|
|
|
cg.a_reg_dealloc(list,NR_DEFAULTFLAGS);
|
|
|
-{$endif defined(NR_DEFAULTFLAGS)}
|
|
|
+{$endif xtensa}
|
|
|
cg.a_jmp_always(list,falselabel);
|
|
|
end;
|
|
|
{$endif cpuflags}
|