Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jamie Mansfield
asm
Commits
a31c31ff
Commit
a31c31ff
authored
Dec 19, 2005
by
ekuleshov
Browse files
fixed issue with visitMaxs
parent
df31e281
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/objectweb/asm/util/CheckClassAdapter.java
View file @
a31c31ff
...
...
@@ -139,9 +139,9 @@ public class CheckClassAdapter extends ClassAdapter {
while
(
s
.
length
()
<
method
.
maxStack
+
method
.
maxLocals
+
1
)
{
s
+=
" "
;
}
System
.
err
.
print
(
Integer
.
toString
(
i
+
100000
)
System
.
err
.
print
(
Integer
.
toString
(
j
+
100000
)
.
substring
(
1
));
System
.
err
.
print
(
" "
+
s
+
" : "
+
mv
.
text
.
get
(
i
));
System
.
err
.
print
(
" "
+
s
+
" : "
+
mv
.
text
.
get
(
j
));
}
System
.
err
.
println
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment