Bug 1123641 - change dissrc to print result. r=jandem

This commit is contained in:
Tom Tromey 2015-01-20 05:27:00 +01:00
parent bab6a3c216
commit 70df1a8289

View File

@ -2470,6 +2470,8 @@ DisassWithSrc(JSContext *cx, unsigned argc, jsval *vp)
pc += len;
}
fprintf(stdout, "%s\n", sprinter.string());
bail:
fclose(file);
}