]> git.saurik.com Git - apple/libc.git/blobdiff - i386/sys/i386_gettimeofday.s
Libc-391.5.18.tar.gz
[apple/libc.git] / i386 / sys / i386_gettimeofday.s
index 5de6ca773ef51934ffa652b2ff9c7fecf7ab3d15..e32587cc184769e8d1dae854d98609852ab08965 100644 (file)
@@ -22,7 +22,7 @@
  */
 /* Copyright 1998 Apple Computer, Inc. */
 
-#include "SYS.h"
+#include <SYS.h>
 
 #define        __APPLE_API_PRIVATE
 #include <machine/cpu_capabilities.h>
@@ -30,7 +30,7 @@
 
 LABEL(___commpage_gettimeofday)
        mov             $ _COMM_PAGE_GETTIMEOFDAY,%eax
-       jmp             %eax
+       jmp             *%eax
 
 /*
  *     This syscall is special cased: the timeval is returned in eax/edx.