Re: Clock skew failures in Memoize test suite
[p5sagit/p5-mst-13.2.git] / os2 / os2.c
index 9b1f348..fcf1bfd 100644 (file)
--- 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"