mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
halt primitive is implemented, no need for printf
This commit is contained in:
parent
c2abf99861
commit
8fe0876265
1 changed files with 1 additions and 1 deletions
|
@ -1041,7 +1041,7 @@ static void _cyc_exit(object cont, object args) {
|
||||||
__halt(car(args));
|
__halt(car(args));
|
||||||
}
|
}
|
||||||
static void __75halt(object cont, object args) {
|
static void __75halt(object cont, object args) {
|
||||||
printf("not implemented\n"); exit(1); }
|
exit(0); }
|
||||||
static void _cell_91get(object cont, object args) {
|
static void _cell_91get(object cont, object args) {
|
||||||
printf("not implemented\n"); exit(1); }
|
printf("not implemented\n"); exit(1); }
|
||||||
static void _set_91global_67(object cont, object args) {
|
static void _set_91global_67(object cont, object args) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue