Changeset 6da1013f in mainline for kernel/arch/amd64/src/amd64.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/amd64/src/amd64.c
r7004747 r6da1013f 227 227 } 228 228 229 /** Construct function pointer 230 * 231 * @param fptr function pointer structure 232 * @param addr function address 233 * @param caller calling function address 234 * 235 * @return address of the function pointer 236 * 237 */ 238 void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller) 239 { 240 return addr; 241 } 242 229 243 /** @} 230 244 */
Note:
See TracChangeset
for help on using the changeset viewer.