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
clean-and-itasks
clean-ide
Commits
4a55de0c
Verified
Commit
4a55de0c
authored
Jan 19, 2021
by
Camil Staps
Browse files
Add missing bit to fill1_r instructions in set_return_code
parent
18acb60c
Pipeline
#48216
passed with stage
in 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Unix/set_return_code.icl
View file @
4a55de0c
...
...
@@ -32,7 +32,7 @@ set_return_code_world_64 i world = code {
pop_b
1
pushI_a
0
or%
fill1_r
_
0
1
0
0
fill1_r
_
0
1
0
0
1
.keep
0
2
fill_a
1
2
pop_a
2
...
...
@@ -46,7 +46,7 @@ set_return_code_world_32 i world = code {
:xxx
push_b_a
0
pop_b
1
fill1_r
_
0
1
0
0
fill1_r
_
0
1
0
0
1
.keep
0
2
fill_a
1
2
pop_a
2
...
...
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