diff options
| author | 2023-05-31 23:31:58 +0200 | |
|---|---|---|
| committer | 2023-05-31 23:31:58 +0200 | |
| commit | 82cac0ae5d4e335719445857ab16ffdf05413222 (patch) | |
| tree | 51af015a1eed86d8a6c543f415d3b5107a5043bd /amd64/sysv.c | |
| parent | e2d649f575c31d96f2fc7595594ba8c360f7bdc5 (diff) | |
regalloc skeleton
Diffstat (limited to 'amd64/sysv.c')
| -rw-r--r-- | amd64/sysv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/amd64/sysv.c b/amd64/sysv.c new file mode 100644 index 0000000..e998036 --- /dev/null +++ b/amd64/sysv.c @@ -0,0 +1,3 @@ +#include "all.h" + +/* vim:set ts=3 sw=3 expandtab: */ |