You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2006/06/12 10:36:24 UTC

svn commit: r413609 - /incubator/harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/compiler.cpp

Author: hindessm
Date: Mon Jun 12 01:36:24 2006
New Revision: 413609

URL: http://svn.apache.org/viewvc?rev=413609&view=rev
Log:
Applying fix from [#HARMONY-591] "DRLVM build issue on Linux Fedora
Core release 5".

Modified:
    incubator/harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/compiler.cpp

Modified: incubator/harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/compiler.cpp
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/compiler.cpp?rev=413609&r1=413608&r2=413609&view=diff
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/compiler.cpp (original)
+++ incubator/harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/compiler.cpp Mon Jun 12 01:36:24 2006
@@ -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;