summaryrefslogtreecommitdiffstats
path: root/tests/run-make/x86_64-fortanix-unknown-sgx-lvi/enclave/libcmake_foo/src/foo_asm.s
blob: 64b6b430eeaa1cdb0972ce8704d12c40ab9c39eb (plain)
1
2
3
4
5
6
7
    .text
    .global cmake_plus_one_asm
    .type cmake_plus_one_asm, @function
cmake_plus_one_asm:
    movl (%rdi), %eax
    inc %eax
    retq