summaryrefslogtreecommitdiff
path: root/os2/os2.c
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>2002-06-26 07:54:06 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-06-26 15:24:24 +0000
commitc4e0013e5d57314c227d8a847d01c4435bd8ad14 (patch)
treef1d00e4c49ee0127be5cfc1febe09f4ac3dcc466 /os2/os2.c
parentf730bf75b3e28e8e96ee256681776a414cefcc05 (diff)
downloadperl-c4e0013e5d57314c227d8a847d01c4435bd8ad14.tar.gz
os2/Changes
Message-ID: <20020626115406.A6091@math.ohio-state.edu> p4raw-id: //depot/perl@17361
Diffstat (limited to 'os2/os2.c')
-rw-r--r--os2/os2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os2/os2.c b/os2/os2.c
index 9b1f3483a0..fcf1bfdef0 100644
--- a/os2/os2.c
+++ b/os2/os2.c
@@ -2468,8 +2468,8 @@ static ULONG
my_os_version() {
static ULONG res; /* Cannot be on stack! */
- /* Can't just call emx_init(), since it moves the stack pointer */
- /* It also busts a lot of registers, so be extra careful */
+ /* Can't just call __os_version(), since it does not follow C
+ calling convention: it busts a lot of registers, so be extra careful */
__asm__( "pushf\n"
"pusha\n"
"call ___os_version\n"