index
:
firefox-esr
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
python
/
gyp
/
test
/
win
/
linker-flags
/
safeseh_zero64.asm
blob: a4740c0dfb5abd25129b92df78bc5521eae5fbd5 (
plain
)
1
2
3
4
5
6
7
8
9
.CODE
PUBLIC
zero
zero
PROC
xor
eax
,
eax
ret
0
zero
ENDP
END