Commit 7d8b7202 by Franz Sirl

Oops, accidentally committed the 3.3 version to mainline. Undone.

From-SVN: r68156
parent c8a209ca
......@@ -61,7 +61,6 @@ struct kernel_old_sigaction {
# define INIT_SEGV \
do \
{ \
nullp = new java::lang::NullPointerException (); \
struct kernel_old_sigaction kact; \
kact.k_sa_handler = catch_segv; \
kact.k_sa_mask = 0; \
......@@ -73,8 +72,6 @@ while (0)
# define INIT_FPE \
do \
{ \
arithexception = new java::lang::ArithmeticException \
(JvNewStringLatin1 ("/ by zero")); \
struct kernel_old_sigaction kact; \
kact.k_sa_handler = catch_fpe; \
kact.k_sa_mask = 0; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment