mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
remove a redundant test
This commit is contained in:
parent
82ec877fdf
commit
340179389b
1 changed files with 1 additions and 2 deletions
|
@ -413,8 +413,7 @@ void emitonejumpdata (void)
|
||||||
break;
|
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 ) {
|
if ( !isaddr ) {
|
||||||
//printf (" dword ptr [%s]", &tokens[1][1]);
|
//printf (" dword ptr [%s]", &tokens[1][1]);
|
||||||
printf (" dword ptr [");
|
printf (" dword ptr [");
|
||||||
|
|
Loading…
Reference in a new issue