Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120933
b: refs/heads/master
c: b78a5b5
h: refs/heads/master
i:
  120931: e44972d
v: v3
  • Loading branch information
Hiroshi Shimamoto authored and Ingo Molnar committed Nov 18, 2008
1 parent 86dc303 commit 78975d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 9cc3c49ed1b1dbf6e50de4055a6773bd162f24b7
refs/heads/master: b78a5b5260abf90d574911e7c7b8d35d5b48d6c0
6 changes: 2 additions & 4 deletions trunk/arch/x86/ia32/ia32_signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,8 @@ struct rt_sigframe
/* fp state follows here */
};

#define COPY(x) { \
unsigned int reg; \
err |= __get_user(reg, &sc->x); \
regs->x = reg; \
#define COPY(x) { \
err |= __get_user(regs->x, &sc->x); \
}

#define RELOAD_SEG(seg,mask) \
Expand Down

0 comments on commit 78975d9

Please sign in to comment.