[PATCH] SPARC Disassembler fixes

Doug Simon doug.simon at oracle.com
Fri Jun 6 10:25:53 UTC 2014


Hi Stefan,

I’ll integrate this patch.

-Doug

[1] http://www.oracle.com/technetwork/community/oca-486395.html

On Jun 6, 2014, at 12:15 AM, Stefan Anzinger <stefan.anzinger at gmail.com> wrote:

> Hi,
> 
> Currently I am doing development in Graal on the SPARC backend. I encountered some issues with the dissassembler in the c1visualizer.
> Here are the fixes, which i have made:
> 
> HexCodeFile.java: Here is the Problem when addresses in SPARC like 0xFFFFFFFF5A239BF8, because it does not fit in a long value (Signed).
> 
> The others are a few new instructions (VIS3) which I have used.
> 
> Cheers
> <sparc-20140606.patch>



More information about the graal-dev mailing list