X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/9385eb3d10ebe5eb398c52040ec3dbfba9b0cdcf..224c70764cab4e0e39a26aaf3ad3016552f62f55:/ppc/sys/ppc_gettimeofday.s diff --git a/ppc/sys/ppc_gettimeofday.s b/ppc/sys/ppc_gettimeofday.s index f40757c..3cfd2b3 100644 --- a/ppc/sys/ppc_gettimeofday.s +++ b/ppc/sys/ppc_gettimeofday.s @@ -1,10 +1,8 @@ /* - * Copyright (c) 1999-2003 Apple Computer, Inc. All rights reserved. + * Copyright (c) 1999-2006 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * - * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved. - * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file except in @@ -30,23 +28,5 @@ #include #undef __APPLE_API_PRIVATE -LEAF(___commpage_gettimeofday) +MI_ENTRY_POINT(___commpage_gettimeofday) ba _COMM_PAGE_GETTIMEOFDAY - - .globl cerror -LEAF(___ppc_gettimeofday) - li r0,SYS_gettimeofday - mr r12,r3 - sc - b 1f - b 2f -1: BRANCH_EXTERN(cerror) -2: - mr. r12,r12 - beq 3f - stw r3,0(r12) - stw r4,4(r12) - li r3,0 -3: - blr -