Changeset 21916 for trunk/src/kernel32/seh
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/kernel32/seh/sehutil.s
r21662 r21916 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.