We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd215d commit 95ef061Copy full SHA for 95ef061
2 files changed
.github/workflows/build-windows.yml
@@ -23,5 +23,4 @@ jobs:
23
run: npx envinfo
24
- name: Build
25
run: |
26
- ./vcbuild.bat
27
./vcbuild.bat arm64
deps/v8/src/compiler/operator.h
@@ -193,7 +193,7 @@ class Operator1 : public Operator {
193
// printing of a parameter.
194
195
virtual void PrintParameter(std::ostream& os, PrintVerbosity verbose) const {
196
- // os << "[" << parameter() << "]";
+ os << "[" << parameter() << "]";
197
}
198
199
void PrintToImpl(std::ostream& os, PrintVerbosity verbose) const override {
0 commit comments