commit 3d0ab0250f3407bc4b97d7bc4244b4ba6eaaf792 parent 8c59677fe8d560d2a52406294e114dcc0124911f Author: Brian Swetland <swetland@frotz.net> Date: Sun, 5 Jan 2014 12:48:44 -0800 another 64bit header update Diffstat:
M | include/proc.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/proc.h b/include/proc.h @@ -59,7 +59,7 @@ struct context { uintp r12; uintp r11; uintp rbx; - uintp rbp; + uintp ebp; //rbp uintp eip; //rip; }; #else