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
b7e8c32c
Commit
b7e8c32c
authored
Sep 23, 2016
by
Arjan Oortgiese
Browse files
Fixed crash on 64-bit systems when get_thunk_descriptor is used.
parent
82031140
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/graph_copy_with_names.icl
View file @
b7e8c32c
...
...
@@ -68,7 +68,7 @@ get_thunk_descriptor a :== IF_INT_64_OR_32 (get_thunk_descriptor_64 a) (get_thun
get_thunk_descriptor_64
::
!
Int
->
Int
;
get_thunk_descriptor_64
a
=
code {
load_
i
-12
load_
si32
-8
}
get_thunk_descriptor_32
::
!
Int
->
Int
;
get_thunk_descriptor_32
a
=
code {
...
...
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