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
CompilerHIT
Compiler2023
Commits
c4324feb
Commit
c4324feb
authored
1 year ago
by
cncsmonster
Browse files
Options
Download
Patches
Plain Diff
修复代码assert中误用row asm标志导致的panic问题;发现hf:39执行qemu崩溃返回-11(使用build 而不是buildv2时同样)
parent
12089b41
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
src/backend/func.rs
+13
-32
src/backend/func.rs
src/backend/instrs.rs
+2
-2
src/backend/instrs.rs
src/backend/mod.rs
+3
-3
src/backend/mod.rs
src/backend/module.rs
+11
-7
src/backend/module.rs
src/backend/opt/clear_pass.rs
+1
-1
src/backend/opt/clear_pass.rs
src/main.rs
+1
-1
src/main.rs
with
31 additions
and
46 deletions
+31
-46
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