From 50550ca79e9c3f4360f17fcccd42a6a07e6c1ff7 Mon Sep 17 00:00:00 2001 From: Cary R Date: Thu, 16 Oct 2008 09:05:18 -0700 Subject: [PATCH] Fix %ix/getv and %ix/getv/s documentation. These two operators had their arguments wrong. --- vvp/opcodes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vvp/opcodes.txt b/vvp/opcodes.txt index be7f22f1c..1cf47d03c 100644 --- a/vvp/opcodes.txt +++ b/vvp/opcodes.txt @@ -407,8 +407,8 @@ bits. 5: (reserved) 6: (reserved) -* %ix/getv , -* %ix/getv/s , +* %ix/getv , +* %ix/getv/s , These instructions are like the %ix/get instructions, except that they read directly from a functor label instead of from thread bits. They