Changeset 21916 for trunk/src/rpcrt4/util.asm
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
src/rpcrt4/util.asm (modified) (1 diff)
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/rpcrt4/util.asm
r3307 r21916 15 15 CODE32 SEGMENT DWORD PUBLIC USE32 'CODE' 16 16 17 public getEAX18 getEAX proc near17 public _getEAX 18 _getEAX proc near 19 19 ret 20 20 endp 21 21 22 public getEDX23 getEDX proc near22 public _getEDX 23 _getEDX proc near 24 24 mov EAX, EDX 25 25 ret
Note:
See TracChangeset
for help on using the changeset viewer.
