Fix a C-style comment that had a syntax error -- AND gas 2.9.1 accepted!
This commit is contained in:
parent
a33f969ecd
commit
bb2245eee1
@ -314,7 +314,7 @@ sqrt_stage_3_no_error:
|
||||
movl %edx,%eax
|
||||
divl %esi
|
||||
|
||||
sarl $1,%ecx / divide by 2*/
|
||||
sarl $1,%ecx /* divide by 2*/
|
||||
rcrl $1,%eax
|
||||
|
||||
/* prepare to round the result*/
|
||||
|
Loading…
Reference in New Issue
Block a user