Skip to content

Commit 3d0ab02

Browse files
committed
another 64bit header update
1 parent 8c59677 commit 3d0ab02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/proc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ struct context {
5959
uintp r12;
6060
uintp r11;
6161
uintp rbx;
62-
uintp rbp;
62+
uintp ebp; //rbp
6363
uintp eip; //rip;
6464
};
6565
#else

0 commit comments

Comments
 (0)