added '(' for RegisterList output

This commit is contained in:
rogerl%netscape.com 2000-04-18 01:46:32 +00:00
parent c156b65e07
commit ef88b04ba2
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ namespace JavaScript {
{
Register* e = rl.end();
f << "(";
for (RegisterList::iterator r = rl.begin(); r != e; r++) {
f << "R" << (*r);
if ((r + 1) != e)

View File

@ -47,6 +47,7 @@ namespace JavaScript {
{
Register* e = rl.end();
f << "(";
for (RegisterList::iterator r = rl.begin(); r != e; r++) {
f << "R" << (*r);
if ((r + 1) != e)