[Bug 62] New: PopLocalFrame using unassigned variable
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=62
Summary: PopLocalFrame using unassigned variable
Product: SableVM
Version: staging
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: default
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
Hi,
In file native_interface.m4.c, function PopLocalFrame, I see:
size_t lrefs_size = lrefs[-2].size_t = lrefs_size;
I think it should be: size_t lrefs_size = lrefs[-2].size_t;
Correct?
David
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.