Add q keyboard shortcut to printvideo.com (#37)

This commit is contained in:
Justine Tunney 2021-02-03 15:53:33 -08:00
parent 4e56d89dcd
commit 28135b7a20
7 changed files with 33 additions and 24 deletions

View file

@ -62,7 +62,6 @@ _start: test %rdi,%rdi
/ @param rsp is [n,argv₀..argvₙ₋₁,0,envp₀..,0,auxv₀..,0,..]
/ @note FreeBSD is special (see freebsd/lib/csu/amd64/...)
/ @noreturn
_start_xnu:
movb $XNU,__hostos(%rip)
_xnu: movb $XNU,__hostos(%rip)
jmp 0b
.endfn _start_xnu,weak,hidden
.endfn _xnu,weak,hidden