rename Ureg.ip to Ureg.pc
This commit is contained in:
parent
cc24222672
commit
d4fb753c9c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ struct Ureg {
|
|||
|
||||
u64int type;
|
||||
u64int error; /* error code (or zero) */
|
||||
u64int ip; /* pc */
|
||||
u64int pc; /* pc */
|
||||
u64int cs; /* old context */
|
||||
u64int flags; /* old flags */
|
||||
u64int sp; /* sp */
|
||||
|
|
Loading…
Reference in a new issue