Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84872
b: refs/heads/master
c: 85687ff
h: refs/heads/master
v: v3
  • Loading branch information
Luke Browning authored and Paul Mackerras committed Feb 8, 2008
1 parent b1e9b9e commit 4b6b5ec
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: e66686b414f10f1ef2cd0aa77a03a67e17304773
refs/heads/master: 85687ff2b4eab47f4d637a0d3a482bb955d3cbd4
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/cell/spufs/run.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ int spu_stopped(struct spu_context *ctx, u32 *stat)

stopped = SPU_STATUS_INVALID_INSTR | SPU_STATUS_SINGLE_STEP |
SPU_STATUS_STOPPED_BY_HALT | SPU_STATUS_STOPPED_BY_STOP;
if (*stat & stopped)
if (!(*stat & SPU_STATUS_RUNNING) && (*stat & stopped))
return 1;

dsisr = ctx->csa.dsisr;
Expand Down

0 comments on commit 4b6b5ec

Please sign in to comment.