Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
e7020e_2021
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tommy Andersson
e7020e_2021
Commits
762fa957
Commit
762fa957
authored
4 years ago
by
tommy
Committed by
Tommy Andersson
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fixed bare1
parent
3293332d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/rtic_bare2.rs
+4
-0
4 additions, 0 deletions
examples/rtic_bare2.rs
with
4 additions
and
0 deletions
examples/rtic_bare2.rs
+
4
−
0
View file @
762fa957
...
@@ -155,10 +155,14 @@ End of assembler dump.
...
@@ -155,10 +155,14 @@ End of assembler dump.
//
//
// Answer in your own words, why you believe the generated code differs?
// Answer in your own words, why you believe the generated code differs?
//
//
<<<<<<<
HEAD
/*
/*
To save space the compiler makes some optimizations in the code.
To save space the compiler makes some optimizations in the code.
So wait is now compiled as a function and takes an argument in r0 instead of
So wait is now compiled as a function and takes an argument in r0 instead of
just setting a value before it runs.
just setting a value before it runs.
*/
*/
=======
// It starts the wait function where it just loops nops.
>>>>>>>
a08f880
(
bare1
-
3
done
)
//
//
// Commit your answers (bare2_3)
// Commit your answers (bare2_3)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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