Commit d16c5c7c authored by Jiang Jian's avatar Jiang Jian Committed by Helge Deller

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

Signed-off-by: default avatarJiang Jian <jiangjian@cdjrlc.com>
Reviewed-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 1d0811b0
...@@ -102,7 +102,7 @@ decode_fpu(unsigned int Fpu_register[], unsigned int trap_counts[]) ...@@ -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 * that happen. Want to keep this overhead low, but still provide
* some information to the customer. All exits from this routine * some information to the customer. All exits from this routine
* need to restore Fpu_register[0] * need to restore Fpu_register[0]
*/ */
bflags=(Fpu_register[0] & 0xf8000000); bflags=(Fpu_register[0] & 0xf8000000);
Fpu_register[0] &= 0x07ffffff; Fpu_register[0] &= 0x07ffffff;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment