Changeset 156 for trunk/src/emx/src/libos2/code2.s
- Timestamp:
- May 16, 2003, 9:27:59 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/libos2/code2.s
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r155 r156 3 3 #include <emx/asm386.h> 4 4 5 .globl _DosGetMessage5 .globl DosGetMessage 6 6 .globl __msgseg32 7 7 … … 14 14 .align 2, 0x90 15 15 16 _DosGetMessage:16 DosGetMessage: 17 17 PROFILE_NOFRAME 18 18 popl %ecx /* return address */ 19 19 pushl $__msgseg32 20 20 pushl %ecx 21 jmp _DosTrueGetMessage21 jmp DosTrueGetMessage 22 22 23 23 L_tab: .short 0x0000 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.