From e17ee157ca9ff0d4cc5841d06c4b70c1603df29c Mon Sep 17 00:00:00 2001 From: Graeme Russ Date: Tue, 24 Feb 2009 21:14:56 +1100 Subject: Add basic relocation to i386 port Signed-off-by: Graeme Russ --- lib_i386/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib_i386/timer.c') diff --git a/lib_i386/timer.c b/lib_i386/timer.c index 5cb1f54fb..58a0212ad 100644 --- a/lib_i386/timer.c +++ b/lib_i386/timer.c @@ -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; + new_func->isr_func = isr_func + gd->reloc_off; new_func->next = NULL; /* -- cgit v1.2.3