|
@@ -94,7 +94,9 @@ unit agarmgas;
|
|
begin
|
|
begin
|
|
inherited;
|
|
inherited;
|
|
InstrWriter := TArmInstrWriter.create(self);
|
|
InstrWriter := TArmInstrWriter.create(self);
|
|
|
|
+{$ifndef llvm}
|
|
if GenerateThumb2Code then
|
|
if GenerateThumb2Code then
|
|
|
|
+{$endif}
|
|
TArmInstrWriter(InstrWriter).unified_syntax:=true;
|
|
TArmInstrWriter(InstrWriter).unified_syntax:=true;
|
|
end;
|
|
end;
|
|
|
|
|