fix typo
This commit is contained in:
parent
ed895d9756
commit
dd7a610c83
|
@ -1,6 +1,6 @@
|
||||||
( fix32.tal )
|
( fix32.tal )
|
||||||
( )
|
( )
|
||||||
( 32-bit fixed point using 1000, i.e. 0x03e8, as a denominator.
|
( 32-bit fixed point using 1000, i.e. 0x03e8, as a denominator. )
|
||||||
|
|
||||||
%POP4 { POP2 POP2 }
|
%POP4 { POP2 POP2 }
|
||||||
%POP8 { POP2 POP2 POP2 POP2 }
|
%POP8 { POP2 POP2 POP2 POP2 }
|
||||||
|
|
Loading…
Reference in New Issue