"Alok kataria" <alokkataria1@xxxxxxxxx> writes: > So please let me know if there its possible to do a > __builtin_return_address from assembly without making assumptions > regarding the "rsp". Sure, just use an extra argument to the asm, as in "r" (__builtin_return_address (0)) Ian