summaryrefslogtreecommitdiff
path: root/fxstest.c
diff options
context:
space:
mode:
Diffstat (limited to 'fxstest.c')
-rw-r--r--fxstest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fxstest.c b/fxstest.c
index 88e1175..083aba8 100644
--- a/fxstest.c
+++ b/fxstest.c
@@ -200,7 +200,6 @@ int main(int argc, char *argv[])
regop.val = val;
if (!strcasecmp(argv[2], "setindirect")) {
regop.indirect = 1;
- regop.val &= 0xff;
} else {
regop.indirect = 0;
}