This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "all.h" | |
| /* narrow MIPS/o64-ish ABI subset | |
| * | |
| * This first cut is intentionally conservative: | |
| * - 4 integer arg registers ($a0-$a3) | |
| * - 2 float arg registers tracked ($f12-$f13) | |
| * - aggregates lowered similarly to rv64 for now | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env swipl | |
| :- use_module(library(main)). | |
| :- use_module(library(clpfd)). | |
| :- use_module(library(pure_input)). | |
| :- use_module(library(lists)). | |
| :- use_module(library(dcg/basics)). | |
| :- use_module(library(reif)). | |
| :- use_module(library(clpr)). | |
| :- initialization(main, main). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Going to install FPC fixes and Lazarus fixes. | |
| FPCUP(deluxe) is starting up. | |
| Binutils/make dir: C:\FPCUPDELUXE\fpcbootstrap | |
| Bootstrap dir: C:\FPCUPDELUXE\fpcbootstrap | |
| FPCupdeluxe basedir: C:\FPCUPDELUXE | |
| FPC URL: https://svn.freepascal.org/svn/fpc/branches/fixes_3_2 | |
| FPC options: | |
| FPC source directory: C:\FPCUPDELUXE\fpcsrc |