mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
hexagon: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Brian Cain <bcain@quicinc.com>
This commit is contained in:
parent
64a917d5d6
commit
6c67d98c4a
10 changed files with 19 additions and 19 deletions
|
@ -52,7 +52,7 @@ static void check_compare_exception(void)
|
|||
uint32_t cmp;
|
||||
uint32_t usr;
|
||||
|
||||
/* Check that FP compares are quiet (don't raise any execptions) */
|
||||
/* Check that FP compares are quiet (don't raise any exceptions) */
|
||||
asm (CLEAR_FPSTATUS
|
||||
"p0 = sfcmp.eq(%2, %3)\n\t"
|
||||
"%0 = p0\n\t"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Purpose: demonstrate the succesful operation of the register save mechanism,
|
||||
* Purpose: demonstrate the successful operation of the register save mechanism,
|
||||
* in which the caller saves the registers that will be clobbered, and restores
|
||||
* them after the call.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue