]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/x86_64-fortanix-unknown-sgx-lvi/enclave/foo_asm.s
Rollup merge of #99736 - lopopolo:lopopolo/gh-80996-partial-stabilization-bounds...
[rust.git] / src / test / run-make / x86_64-fortanix-unknown-sgx-lvi / enclave / foo_asm.s
1     .text
2     .global cc_plus_one_asm
3     .type cc_plus_one_asm, @function
4 cc_plus_one_asm:
5     movl (%rdi), %eax
6     inc %eax
7     retq