Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85935
b: refs/heads/master
c: 3e92501
h: refs/heads/master
i:
  85933: ec99f1a
  85931: b5e992f
  85927: 5bc2341
  85919: 28f8f89
v: v3
  • Loading branch information
Marc Gauthier authored and Chris Zankel committed Feb 14, 2008
1 parent 8df1b65 commit 7b1c0cd
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: ea0b6b066304d9f7e24b273c71fab5d67ce54f96
refs/heads/master: 3e92501a4e10e640786de10786c434834a0c1651
2 changes: 1 addition & 1 deletion trunk/include/asm-xtensa/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ typedef unsigned int elf_fpreg_t;
typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];

#define ELF_CORE_COPY_REGS(_eregs, _pregs) \
xtensa_elf_core_copy_regs (&_eregs, _pregs);
xtensa_elf_core_copy_regs ((xtensa_gregset_t*)&(_eregs), _pregs);

extern void xtensa_elf_core_copy_regs (xtensa_gregset_t *, struct pt_regs *);

Expand Down

0 comments on commit 7b1c0cd

Please sign in to comment.