Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-graph-copy
Commits
b4aa7ec0
Verified
Commit
b4aa7ec0
authored
Oct 31, 2018
by
Camil Staps
Browse files
Fix translation of descriptor of unboxed arrays in copy_from_string_with_names
parent
f6abbff0
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/graph_copy_with_names.icl
View file @
b4aa7ec0
...
...
@@ -754,7 +754,7 @@ replace_desc_numbers_by_descs i s symbol_a symbol_offset array_desc
=
replace_desc_numbers_by_descs
(
i
+(
IF_INT_64_OR_32
24
12
))
s
symbol_a
symbol_offset
array_desc
;
#
d
=
symbol_a
.[
d
-1
];
#
d
=
d
+
symbol_offset
;
#
s
=
store_int_in_string
s
(
i
+
IF_INT_64_OR_32
16
8
)
array_desc
;
#
s
=
store_int_in_string
s
(
i
+
IF_INT_64_OR_32
16
8
)
(
d
-
array_desc
)
;
#!
l
=
get_D_from_string
s
(
i
+
IF_INT_64_OR_32
8
4
);
|
is_Int_D
d
#
l
=
l
<<
IF_INT_64_OR_32
3
2
;
...
...
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