mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 03:29:25 +01:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
m68k/aasmcpu.pas, taicpu.spilling_get_operation_type: * add all Sxx instructions as "operand_write" instructions m68k/n68kadd.pas, t68kaddnode.getresflags: * use the correct operation in case of swapped nodes m68k/cgcpu.pas, tcg68k.g_flags2reg: - don't move a 0 to the register, because this will CLR it and thus the flags won't be valid anymore... - NEG would have been the wrong operation (NOT would have been correct), but it isn't needed anyway... * simplify the method by handling the address register case only when necessary git-svn-id: trunk@23383 - |
||
|---|---|---|
| compiler | ||
| ide | ||
| installer | ||
| packages | ||
| rtl | ||
| tests | ||
| utils | ||
| .gitattributes | ||
| .gitignore | ||
| Makefile | ||
| Makefile.fpc | ||