You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2006/06/12 10:08:30 UTC

[jira] Updated: (HARMONY-591) DRLVM build issue on Linux Fedora Core release 5

     [ http://issues.apache.org/jira/browse/HARMONY-591?page=all ]

Mark Hindess updated HARMONY-591:
---------------------------------

    Assign To: Mark Hindess

> DRLVM build issue on Linux Fedora Core release 5
> ------------------------------------------------
>
>          Key: HARMONY-591
>          URL: http://issues.apache.org/jira/browse/HARMONY-591
>      Project: Harmony
>         Type: Improvement

>   Components: VM
>  Environment: Fedora Core release 5
>     Reporter: Vladimir Gorr
>     Assignee: Mark Hindess

>
> For now it's impossible to build the DRLVM on Linux Fedora Core release 5.
> The following patch will fix this issue:
> $ diff -uNr trunk/vm/jitrino/src/jet/compiler.cpp.orig trunk/vm/jitrino/src/jet/compiler.cpp
> --- trunk/vm/jitrino/src/jet/compiler.cpp.orig  2006-06-12 13:01:20.900690300 +0700
> +++ trunk/vm/jitrino/src/jet/compiler.cpp       2006-06-12 12:04:19.000000000 +0700
> @@ -418,6 +418,9 @@
>      else {
>          BBInfo bbinfo;
>          bbinfo.start = pc;
> +       bbinfo.last_pc = 0;
> +       bbinfo.next_bb = 0;
> +       bbinfo.ipoff   = 0;
>          //      bbinfo.next_bb = NOTHING;
>          //      bbinfo.code_start = NULL;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira