Changeset 6da1013f in mainline for kernel/arch/sparc64/src/sparc64.c
- Timestamp:
- 2009-02-12T20:09:19Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 84266669
- Parents:
- 7004747
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sparc64.c
r7004747 r6da1013f 162 162 } 163 163 164 /** Construct function pointer 165 * 166 * @param fptr function pointer structure 167 * @param addr function address 168 * @param caller calling function address 169 * 170 * @return address of the function pointer 171 * 172 */ 173 void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller) 174 { 175 return addr; 176 } 177 164 178 /** @} 165 179 */
Note:
See TracChangeset
for help on using the changeset viewer.