mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-01 00:38:31 +00:00
Add Conway's Game of Life
This commit is contained in:
parent
db33973e0a
commit
dba7552c1e
22 changed files with 664 additions and 186 deletions
|
@ -39,7 +39,6 @@ abort: push %rbp
|
|||
mov %rsp,%rbp
|
||||
and $-16,%rsp
|
||||
sub $16,%rsp
|
||||
orl $RUNSTATE_BROKEN,g_runstate(%rip)
|
||||
testb IsWindows()
|
||||
jnz 2f
|
||||
mov SIG_SETMASK,%edi
|
||||
|
@ -61,4 +60,3 @@ abort: push %rbp
|
|||
2: mov $134,%edi # exit(128+SIGABRT) [bash-ism]
|
||||
call _Exit
|
||||
.endfn abort,globl,protected
|
||||
.hidden g_runstate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue