Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177364
b: refs/heads/master
c: ce9119a
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin committed Dec 10, 2009
1 parent 01c772b commit bb17291
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: f839bbc5c81b1c92ff8e81c360e9564f7b961b2e
refs/heads/master: ce9119ad90b1caba550447bfcc0a21850558ca49
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/entry_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -735,15 +735,15 @@ ptregs_##name: \
ALIGN; \
ptregs_##name: \
leal 4(%esp),%edx; \
movl PT_EBX(%edx),%eax; \
movl (PT_EBX+4)(%esp),%eax; \
jmp sys_##name;

#define PTREGSCALL2(name) \
ALIGN; \
ptregs_##name: \
leal 4(%esp),%ecx; \
movl PT_ECX(%ecx),%edx; \
movl PT_EBX(%ecx),%eax; \
movl (PT_ECX+4)(%esp),%edx; \
movl (PT_EBX+4)(%esp),%eax; \
jmp sys_##name;

#define PTREGSCALL3(name) \
Expand Down

0 comments on commit bb17291

Please sign in to comment.