mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
mac: last attempt
This commit is contained in:
parent
87339c7b73
commit
903164568c
3 changed files with 14 additions and 11 deletions
2
.github/workflows/blank.yml
vendored
2
.github/workflows/blank.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
# - ubuntu-latest
|
||||
- macos-latest
|
||||
ocaml-compiler:
|
||||
- 4.13.1
|
||||
|
|
|
|||
|
|
@ -1,18 +1,20 @@
|
|||
.section .text
|
||||
.data
|
||||
|
||||
.global Lprintf
|
||||
.extern Bprintf
|
||||
.global Lprintf
|
||||
.extern Bprintf
|
||||
|
||||
.global Lfprintf
|
||||
.extern Bfprintf
|
||||
.global Lfprintf
|
||||
.extern Bfprintf
|
||||
|
||||
.global Lsprintf
|
||||
.extern Bsprintf
|
||||
.global Lsprintf
|
||||
.extern Bsprintf
|
||||
|
||||
.global Lfailure
|
||||
.extern failure
|
||||
.global Lfailure
|
||||
.extern failure
|
||||
|
||||
.extern cnt_percentage_sign
|
||||
.extern cnt_percentage_sign
|
||||
|
||||
.text
|
||||
|
||||
Lprintf:
|
||||
# save return address
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
#define _GNU_SOURCE 1
|
||||
|
||||
#include "runtime.h"
|
||||
#include <regex.h>
|
||||
|
||||
#include "gc.h"
|
||||
#include "runtime_common.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue