rename Ureg.ip to Ureg.pc

front
cinap_lenrek 2014-02-01 10:30:08 +01:00
parent cc24222672
commit d4fb753c9c
1 changed files with 1 additions and 1 deletions

View File

@ -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 */