mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 22:38:30 +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
|
@ -30,7 +30,6 @@
|
|||
/ @asyncsignalsafe
|
||||
_Exit: push %rbp
|
||||
mov %rsp,%rbp
|
||||
orl $RUNSTATE_TERMINATE,g_runstate(%rip)
|
||||
#if SupportsWindows()
|
||||
testb IsWindows()
|
||||
jz 1f
|
||||
|
@ -49,4 +48,3 @@ _Exit: push %rbp
|
|||
3: .quad 0
|
||||
.endfn _Exit,globl,protected
|
||||
.hidden __NR_exit
|
||||
.hidden g_runstate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue