mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-04 07:14:50 +01:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
* completely disable the DBRA part for CPUs without DBRA * replace CMP/BNE with BPL which uses the flags of the SUB instruction Additional fixes for the other two (still disabled) DBRA alternatives: * use BPL instead of BMI (which is wrong) git-svn-id: trunk@25587 - |
||
|---|---|---|
| compiler | ||
| ide | ||
| installer | ||
| packages | ||
| rtl | ||
| tests | ||
| utils | ||
| .gitattributes | ||
| .gitignore | ||
| fpmake_add1.inc | ||
| fpmake_proc1.inc | ||
| fpmake.pp | ||
| Makefile | ||
| Makefile.fpc | ||