- 810 名前:645 mailto:sage [2008/02/17(日) 20:43:39 ]
- .file "gototest.cpp"
.text .align 2 .globl __Z4funci .def __Z4funci; .scl 2; .type 32; .endef __Z4funci: pushl %ebp movl %esp, %ebp subl $8, %esp cmpl $0, 8(%ebp) jne L2 jmp L3 L2: movl 8(%ebp), %eax addl %eax, %eax movl %eax, -4(%ebp) L3: movl -4(%ebp), %eax movl %eax, (%esp) call __Z3bari leave ret .def __Z3bari; .scl 2; .type 32; .endef こうなる。 やはりiは確保されません。
|

|