mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 01:55:44 +00:00
added '(' for RegisterList output
This commit is contained in:
parent
c156b65e07
commit
ef88b04ba2
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user