Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4342 → Rev 4341

/branches/dynload/kernel/arch/sparc64/src/sparc64.c
161,19 → 161,5
while (1);
}
 
/** Construct function pointer
*
* @param fptr function pointer structure
* @param addr function address
* @param caller calling function address
*
* @return address of the function pointer
*
*/
void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller)
{
return addr;
}
 
/** @}
*/