Changes between Initial Version and Version 1 of Ticket #64615, comment 6


Ignore:
Timestamp:
Feb 10, 2022, 11:58:50 AM (2 years ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64615, comment 6

    initial v1  
    2323}}}
    2424
    25 And this is 10A190 SDK.
     25And this is 10A190 SDK. However, notice it has os10.6, while OS 10.6.8 itself does not:
     26
     27
     28{{{
     29Sergey-Fedorovs-Mac-mini:~ svacchanda$ nm -arch ppc -a /usr/lib/libSystem.dylib | grep Unwind_Resume
     30001d3c88 S $ld$hide$os10.3$__Unwind_Resume
     31001d3ca0 S $ld$hide$os10.3$__Unwind_Resume_or_Rethrow
     32001d3c89 S $ld$hide$os10.4$__Unwind_Resume
     33001d3ca1 S $ld$hide$os10.4$__Unwind_Resume_or_Rethrow
     34001d3c8a S $ld$hide$os10.5$__Unwind_Resume
     35001d3ca2 S $ld$hide$os10.5$__Unwind_Resume_or_Rethrow
     3600196e7c T __Unwind_Resume
     37001971e0 T __Unwind_Resume_or_Rethrow
     38}}}