Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
485256f2d06f2e9bd31300a7f2013b607b322c21
/
.
/
Tests
/
RunCMake
/
AutoExportDll
/
nop.asm
blob: fd6892f5dac107709baeb0a6ceb8dae8da23f4d1 [
file
]
IFDEF RAX
ELSE
.
MODEL FLAT
,
C
ENDIF
SOME SEGMENT EXECUTE READ
public
justnop
justnop
:
ret
END