search for: eb000003

Displaying 1 result from an estimated 1 matches for "eb000003".

Did you mean: eb000000
2012 Jul 06
3
[LLVMdev] Problem with __inline keyword
..., no definition for foo() is actually present. If I instead define foo as "static __inline", then the definition of foo() is retained: 00000000 <bar>: 0: e92d4800 push {fp, lr} 4: e1a0b00d mov fp, sp 8: e24dd008 sub sp, sp, #8 c: eb000003 bl 20 <foo> 10: e58d0004 str r0, [sp, #4] 14: e1a0d00b mov sp, fp 18: e8bd4800 pop {fp, lr} 1c: e12fff1e bx lr 00000020 <foo>: 20: e3a00005 mov r0, #5 24: e12fff1e bx lr Finally, if...