index
:
firefox
debian
progress-linux
upstream
debian 11: firefox
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
python
/
gyp
/
test
/
win
/
ml-safeseh
/
a.asm
blob: 62da0df4f3359d2465dca2370c13fc98ecf07b63 (
plain
)
1
2
3
4
5
6
7
8
9
10
.MODEL
FLAT
,
C
.CODE
PUBLIC
zero
zero
PROC
xor
eax
,
eax
ret
0
zero
ENDP
END