Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25875
b: refs/heads/master
c: 183b73a
h: refs/heads/master
i:
  25873: 668c813
  25871: 224634b
v: v3
  • Loading branch information
Jordi Caubet authored and Paul Mackerras committed Apr 13, 2006
1 parent 575afeb commit a226994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f48b8296b3152bb45c07c544ce072eaa59dfbc7c
refs/heads/master: 183b73ae7c9e4e19fa95d88e1778481899a65210
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/cell/spufs/switch.c
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ static inline void setup_decr(struct spu_state *csa, struct spu *spu)
cycles_t resume_time = get_cycles();
cycles_t delta_time = resume_time - csa->suspend_time;

csa->lscsa->decr.slot[0] = delta_time;
csa->lscsa->decr.slot[0] -= delta_time;
}
}

Expand Down

0 comments on commit a226994

Please sign in to comment.