* src/vm/jit/x86_64/emit.c (emit_arithmetic_check): Added iptr and
authortwisti <none@none>
Sun, 10 Dec 2006 21:50:22 +0000 (21:50 +0000)
committertwisti <none@none>
Sun, 10 Dec 2006 21:50:22 +0000 (21:50 +0000)
commit1f590e09ea89f4a1036a8dd5de25018aefc82637
treedbf27a0d6ebb9aa4e467767b994c5195000237bb
parenteb488164f4ac28d70f95f35d1133f5f3d9cddbe8
* src/vm/jit/x86_64/emit.c (emit_arithmetic_check): Added iptr and
check INSTRUCTION_MUST_CHECK.
(emit_arrayindexoutofbounds_check): Likewise.
(emit_classcast_check): Likewise.
(emit_nullpointer_check): Likewise.

* src/vm/jit/x86_64/codegen.c (codegen): Pass iptr to exception-emit
functions.
src/vm/jit/x86_64/codegen.c
src/vm/jit/x86_64/emit.c