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-compiler-and-rts
run-time-system
Commits
b2696303
Verified
Commit
b2696303
authored
Jun 23, 2021
by
Camil Staps
Browse files
Fix x86 repl_r_a_args_n_a; fetch arity without offset from descriptor
parent
37276d38
Changes
1
Hide whitespace changes
Inline
Side-by-side
istartup.s
View file @
b2696303
...
...
@@ -1492,7 +1492,7 @@ push_r_a_elements:
repl_r_a_args_n_a
:
movl
(
a0
),
a1
movzwl
2
(
a1
),
d0
movzwl
(
a1
),
d0
test
d0
,
d0
je
repl_r_a_args_n_a_0
cmp
$
2
,
d0
...
...
John van Groningen
@johnvg
·
Jun 23, 2021
Owner
Thanks
Thanks
Write
Preview
Supports
Markdown
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