* src/vm/jit/sparc64/codegen.h: Removed asserts for stores with sethi.
authorajordan <none@none>
Mon, 28 May 2007 00:05:04 +0000 (00:05 +0000)
committerajordan <none@none>
Mon, 28 May 2007 00:05:04 +0000 (00:05 +0000)
commitbefb723385a1356632fa9ce1307a97e416f083b6
tree49c1c90e5c1d9e78bb075bde2191e02142dc10ed
parent1f13db1229c6707b958db9d57ff4d856472c26e3
* src/vm/jit/sparc64/codegen.h: Removed asserts for stores with sethi.

* src/vm/jit/sparc64/codegen.c: Added code to fill with nops when a patcher is right at the
end of a basic block.

* src/vm/jit/sparc64/asmpart.S (asm_vm_call_method_end): Returning 0 when an exception occurs.

* src/vm/jit/sparc64/md.c (md_get_method_patch_address): Improved handling of mptr loads when
a sethi is involved.
src/vm/jit/sparc64/asmpart.S
src/vm/jit/sparc64/codegen.c
src/vm/jit/sparc64/codegen.h
src/vm/jit/sparc64/md.c