Skip to content

Commit

Permalink
Arm host build fix.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2070 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
pbrook committed Jul 29, 2006
1 parent 47dbd1f commit f3a9676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu-exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ int cpu_signal_handler(int host_signum, struct siginfo *info,
is_write = 0;
return handle_cpu_signal(pc, (unsigned long)info->si_addr,
is_write,
&uc->uc_sigmask);
&uc->uc_sigmask, puc);
}

#elif defined(__mc68000)
Expand Down

0 comments on commit f3a9676

Please sign in to comment.