Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
江康平
whatcanisay
Commits
60a412dd
Commit
60a412dd
authored
1 year ago
by
jkp
Browse files
Options
Download
Patches
Plain Diff
3->4
parent
37863446
main
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main.rs
+1
-1
src/main.rs
with
1 addition
and
1 deletion
+1
-1
src/main.rs
+
1
−
1
View file @
60a412dd
...
@@ -31,6 +31,6 @@ fn main() {
...
@@ -31,6 +31,6 @@ fn main() {
let
riscv
=
pass_6
::
pass_6
(
ast_4
,
data
,
rodata
);
let
riscv
=
pass_6
::
pass_6
(
ast_4
,
data
,
rodata
);
let
out_file
=
std
::
env
::
args
()
.nth
(
3
)
.expect
(
"out_file"
);
let
out_file
=
std
::
env
::
args
()
.nth
(
4
)
.expect
(
"out_file"
);
std
::
fs
::
write
(
out_file
,
riscv
)
.expect
(
"Unable to write file"
);
std
::
fs
::
write
(
out_file
,
riscv
)
.expect
(
"Unable to write file"
);
}
}
This diff is collapsed.
Click to expand it.
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets