From 340179389b4c715fbcf8920e32082ab00bde74da Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 23 Mar 2000 22:22:52 +0000 Subject: [PATCH] remove a redundant test --- tools/gas2masm/gas2masm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/gas2masm/gas2masm.c b/tools/gas2masm/gas2masm.c index 1df1d9a..45da061 100644 --- a/tools/gas2masm/gas2masm.c +++ b/tools/gas2masm/gas2masm.c @@ -413,8 +413,7 @@ void emitonejumpdata (void) break; } } - if (tokens[1][0]=='*') - memmove(&tokens[1][0],&tokens[1][1],strlen(tokens[1])); + memmove(&tokens[1][0],&tokens[1][1],strlen(tokens[1])); if ( !isaddr ) { //printf (" dword ptr [%s]", &tokens[1][1]); printf (" dword ptr [");