diff options
Diffstat (limited to 'cpu/pxa')
-rw-r--r-- | cpu/pxa/interrupts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/pxa/interrupts.c b/cpu/pxa/interrupts.c index b161b74..8aec0b9 100644 --- a/cpu/pxa/interrupts.c +++ b/cpu/pxa/interrupts.c @@ -165,7 +165,7 @@ void reset_timer (void) ulong get_timer (ulong base) { - return get_timer_masked (); + return get_timer_masked () - base; } void set_timer (ulong t) |