Fix %ix/getv and %ix/getv/s documentation.

These two operators had their arguments wrong.
This commit is contained in:
Cary R 2008-10-16 09:05:18 -07:00 committed by Stephen Williams
parent f3cb18343a
commit 50550ca79e
1 changed files with 2 additions and 2 deletions

View File

@ -407,8 +407,8 @@ bits.
5: (reserved)
6: (reserved)
* %ix/getv <functor-label>, <bit>
* %ix/getv/s <functor-label>, <bit>
* %ix/getv <idx>, <functor-label>
* %ix/getv/s <idx>, <functor-label>
These instructions are like the %ix/get instructions, except that they
read directly from a functor label instead of from thread bits. They