Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Erik Jansson
LabComm
Commits
f08fd69f
Commit
f08fd69f
authored
Feb 20, 2013
by
Sven Robertz
Browse files
Java decodes var arrays properly
parent
cee89a52
Changes
2
Hide whitespace changes
Inline
Side-by-side
compiler/Java_CodeGen.jrag
View file @
f08fd69f
...
...
@@ -578,7 +578,7 @@ aspect Java_Class {
}
public void VariableSize.Java_emitDecoder(Java_env env) {
env.print("d.decode
Int
()");
env.print("d.decode
Packed32
()");
}
public void StructType.Java_emitDecoder(Java_env env, String name) {
...
...
examples/simple/example_encoder.c
View file @
f08fd69f
...
...
@@ -41,6 +41,7 @@ int main(int argc, char *argv[]) {
foo
[
k
]
=
k
;
}
printf
(
"Encoding TwoArrays...
\n
"
);
labcomm_encode_simple_TwoArrays
(
encoder
,
&
ta
);
ti
.
a
=
23
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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