Currently if GET_CURRENT_PC() is used multiple times
in a single function, it will cause duplicate this_pc
label errors.
Append line number to the this_pc label to this fix.
This fixes existing build breakages on mac:
http://45.33.8.238/macm1/14037/step_4.txt
Perhaps this is missing an ALWAYS_INLINE to make Clang play nice?