Skip to content
Snippets Groups Projects
Commit 56f24526 authored by wlott's avatar wlott
Browse files

Changed arch_get_bad_addr to talk the signal and code in addition to the

sigcontext.
parent 71b4e8fd
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,9 @@ char *arch_init(void) ...@@ -17,7 +17,9 @@ char *arch_init(void)
return NULL; return NULL;
} }
os_vm_address_t arch_get_bad_addr(struct sigcontext *scp) os_vm_address_t arch_get_bad_addr(int signal,
int code,
struct sigcontext *scp)
{ {
struct hp800_thread_state *state; struct hp800_thread_state *state;
os_vm_address_t addr; os_vm_address_t addr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment