diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2002-06-26 07:54:06 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-06-26 15:24:24 +0000 |
commit | c4e0013e5d57314c227d8a847d01c4435bd8ad14 (patch) | |
tree | f1d00e4c49ee0127be5cfc1febe09f4ac3dcc466 /os2/os2.c | |
parent | f730bf75b3e28e8e96ee256681776a414cefcc05 (diff) | |
download | perl-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |