mirror of
https://github.com/johnwinans/rvalp.git
synced 2025-09-28 13:40:16 -04:00
misspelled function
This commit is contained in:
parent
3f73dcef96
commit
15586ff554
@ -478,7 +478,7 @@ The idea being that accessing memory is time-consuming and that by
|
|||||||
classifying some registers as ``temporary'' (not saved by any function
|
classifying some registers as ``temporary'' (not saved by any function
|
||||||
that alter its contents) it is possible to carefully implement a function
|
that alter its contents) it is possible to carefully implement a function
|
||||||
with less need to store register values on the stack in order to use them
|
with less need to store register values on the stack in order to use them
|
||||||
to perform the operations of the fuction.
|
to perform the operations of the function.
|
||||||
|
|
||||||
The lack of grouping the temporary and saved registers is due to the
|
The lack of grouping the temporary and saved registers is due to the
|
||||||
fact that the C extension %See \autoref{rv32:c}
|
fact that the C extension %See \autoref{rv32:c}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user