Skip to content
Snippets Groups Projects
Commit d16c5c7c authored by Jiang Jian's avatar Jiang Jian Committed by Helge Deller
Browse files

parisc: align '*' in comment in math-emu code

parent 1d0811b0
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ decode_fpu(unsigned int Fpu_register[], unsigned int trap_counts[])
* that happen. Want to keep this overhead low, but still provide
* some information to the customer. All exits from this routine
* need to restore Fpu_register[0]
*/
*/
bflags=(Fpu_register[0] & 0xf8000000);
Fpu_register[0] &= 0x07ffffff;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment