Changeset 21782 for branches/gcc-kmk/src/kernel32/seh
- Timestamp:
 - Nov 2, 2011, 10:32:34 PM (14 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/gcc-kmk/src/kernel32/seh/sehutil.s (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/gcc-kmk/src/kernel32/seh/sehutil.s
r21662 r21782 178 178 subl $4, %esp 179 179 movl %eax, 0(%esp) 180 call odin_malloc /* _Optlink, rtl, EAX/EDX/ECX-in, caller cleans stack*/180 call _malloc /* __cdecl (and _Optlink compatible -> EAX/EDX/ECX-in) */ 181 181 addl $4, %esp 182 182 testl %eax, %eax … … 223 223 subl $4, %esp 224 224 movl %eax, 0(%esp) 225 call odin_free /* _Optlink, rtl, EAX/EDX/ECX-in, caller cleans stack*/225 call _free /* __cdecl (and _Optlink compatible -> EAX/EDX/ECX-in) */ 226 226 addl $4, %esp 227 227  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  