From e846035af08f495bda3fddcb112ffd184b00a2d6 Mon Sep 17 00:00:00 2001 From: Doug Bailey Date: Wed, 18 Feb 2009 21:20:13 +0000 Subject: Remove 8 bit restriction on setting indirect registers (closes issue #14323) Reported by: alecdavis Patches: fxstest_setindirect.diff.txt uploaded by alecdavis (license 585) Tested by: alecdavis git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6022 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- fxstest.c | 1 - 1 file changed, 1 deletion(-) 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; } -- cgit v1.2.3