i386: Final Relocation

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
This commit is contained in:
Graeme Russ
2009-11-24 20:04:21 +11:00
committed by Wolfgang Denk
parent cabe579480
commit 1c409bc710
11 changed files with 159 additions and 213 deletions

View File

@@ -51,7 +51,7 @@ int register_timer_isr (timer_fnc_t *isr_func)
if (new_func == NULL)
return 1;
new_func->isr_func = isr_func + gd->reloc_off;
new_func->isr_func = isr_func;
new_func->next = NULL;
/*