]> git.lizzy.rs Git - plan9front.git/commitdiff
rename Ureg.ip to Ureg.pc
authorcinap_lenrek <cinap_lenrek@felloff.net>
Sat, 1 Feb 2014 09:30:08 +0000 (10:30 +0100)
committercinap_lenrek <cinap_lenrek@felloff.net>
Sat, 1 Feb 2014 09:30:08 +0000 (10:30 +0100)
amd64/include/ureg.h

index bf0613ac0fc768876c19ae616c96b3c423152baa..79206ba2bd49787b00d600b6b10b0dbb2baeeb13 100644 (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 */