Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272985
b: refs/heads/master
c: 9f270de
h: refs/heads/master
i:
  272983: de0e900
v: v3
  • Loading branch information
Al Viro authored and Richard Weinberger committed Nov 2, 2011
1 parent 3c744b3 commit 690a1db
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 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: 4d45db9c45dc60af40acdb5591c66a8398f84cbe
refs/heads/master: 9f270de8361d9cbbfd79e874de125a02b2d73697
6 changes: 0 additions & 6 deletions trunk/arch/um/include/shared/skas_ptregs.h

This file was deleted.

2 changes: 0 additions & 2 deletions trunk/arch/um/sys-i386/shared/sysdep/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ void set_using_sysemu(int value);
int get_using_sysemu(void);
extern int sysemu_supported;

#include "skas_ptregs.h"

#define REGS_IP(r) ((r)[HOST_IP])
#define REGS_SP(r) ((r)[HOST_SP])
#define REGS_EFLAGS(r) ((r)[HOST_EFLAGS])
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/um/sys-x86_64/shared/sysdep/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#define MAX_REG_OFFSET (UM_FRAME_SIZE)
#define MAX_REG_NR ((MAX_REG_OFFSET) / sizeof(unsigned long))

#include "skas_ptregs.h"

#define REGS_IP(r) ((r)[HOST_IP])
#define REGS_SP(r) ((r)[HOST_SP])

Expand Down

0 comments on commit 690a1db

Please sign in to comment.