in jos/util/Queue.java, on or about line 16, the constructor:

  data = new Object[Q_SIZE+1];

in common/decaf/interp.cc, on or about line 2618, in frame::instanceof:

  /* catches null java objects... */
  if ( cast_from == NULL )
    {
      op_stack.push_jint( 0 );
      return true;
    }

"                       ", on or about line 1215, in frame::checkcast:

        return true;


        No big fixes, just a trio of stupid oversights on my part.
Haven't tested this against the i386 build, but I can't think of a reason
why it wouldn't work.  (FYI, this came in the course of testing out an
implementation of virtual consoles.  I don't know if any of you'd have
come across this problem in your work, but I'd appreciate it, JM, if you
could put them in when you can; my sources are still too far divorced from
CVS to make a merge something worthwhile.)

-_Quinn



_______________________________________________
Kernel maillist  -  [EMAIL PROTECTED]
http://jos.org/mailman/listinfo/kernel

Reply via email to