commit | 2a61d19bd244dadcde5009f1632cf14b95623e3d | [log] [tgz] |
---|---|---|
author | Juan Cespedes <cespedes@coco.thehackers.org> | Sat Jul 04 11:29:27 2009 +0200 |
committer | Juan Cespedes <cespedes@coco.thehackers.org> | Sat Jul 04 11:29:27 2009 +0200 |
tree | f833420c3848ec72bf3355273880364687f909b9 | |
parent | 61da33723c5fb09762e38bd39a26ee15d62ffebc [diff] [blame] |
Added set_return_addr() to sysdeps/linux-gnu/*/regs.c
diff --git a/sysdeps/linux-gnu/breakpoint.c b/sysdeps/linux-gnu/breakpoint.c index ebd8d8a..f005c6b 100644 --- a/sysdeps/linux-gnu/breakpoint.c +++ b/sysdeps/linux-gnu/breakpoint.c
@@ -6,6 +6,7 @@ #include <string.h> #include "common.h" +#include "arch.h" static unsigned char break_insn[] = BREAKPOINT_VALUE;