Skip to content
Snippets Groups Projects
Commit 762fa957 authored by tommy's avatar tommy Committed by Tommy Andersson
Browse files

fixed bare1

parent 3293332d
No related branches found
No related tags found
No related merge requests found
...@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment