From eb72653bd7a1dec89a79af3c377c3abf8df2064a Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Wed, 3 Oct 2018 18:13:51 -0400 Subject: use x86-64 names --- proc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proc.h') diff --git a/proc.h b/proc.h index 5ab2de5..e421e44 100644 --- a/proc.h +++ b/proc.h @@ -33,8 +33,8 @@ struct context { uint64 r12; uint64 r11; uint64 rbx; - uint64 ebp; //rbp - uint64 eip; //rip; + uint64 rbp; + uint64 rip; }; enum procstate { UNUSED, EMBRYO, SLEEPING, RUNNABLE, RUNNING, ZOMBIE }; -- cgit v1.2.3