Changeset 11cb08ca in mainline for arch/ia64/include/faddr.h


Ignore:
Timestamp:
2006-03-24T11:04:40Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5201199
Parents:
9cbd27b
Message:

Small changes.
Make sparc64 and ppc32 compile again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/include/faddr.h

    r9cbd27b r11cb08ca  
    4040 *
    4141 */
    42 static inline __address FADDR(void (* fptr)()) {
    43         __address faddr;
    44 
    45         faddr = *((__address *)(fptr));;
    46         return faddr;
    47 }
     42#define FADDR(f)         (*((__address *)(f)));
    4843
    4944#endif
Note: See TracChangeset for help on using the changeset viewer.