Changeset 6da1013f in mainline for kernel/arch/ia32/src/ia32.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/ia32/src/ia32.c
r7004747 r6da1013f 178 178 } 179 179 180 /** Construct function pointer 181 * 182 * @param fptr function pointer structure 183 * @param addr function address 184 * @param caller calling function address 185 * 186 * @return address of the function pointer 187 * 188 */ 189 void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller) 190 { 191 return addr; 192 } 193 180 194 /** @} 181 195 */
Note:
See TracChangeset
for help on using the changeset viewer.