/[gxemul]/upstream/0.4.1/src/symbol.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/0.4.1/src/symbol.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12 by dpavlin, Mon Oct 8 16:18:38 2007 UTC revision 14 by dpavlin, Mon Oct 8 16:18:51 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: symbol.c,v 1.29 2005/08/09 17:18:22 debug Exp $   *  $Id: symbol.c,v 1.32 2005/09/26 00:08:02 debug Exp $
29   *   *
30   *  Address to symbol translation routines.   *  Address to symbol translation routines.
31   *   *
# Line 242  void add_symbol_name(struct symbol_conte Line 242  void add_symbol_name(struct symbol_conte
242                          n_args = 2;                          n_args = 2;
243                  if (strcmp(name, "strcpy") == 0)                  if (strcmp(name, "strcpy") == 0)
244                          n_args = 2;                          n_args = 2;
245                    if (strcmp(name, "strncpy") == 0)
246                            n_args = 3;
247                    if (strcmp(name, "strlcpy") == 0)
248                            n_args = 3;
249                    if (strcmp(name, "strlcat") == 0)
250                            n_args = 3;
251                  if (strcmp(name, "strncmp") == 0)                  if (strcmp(name, "strncmp") == 0)
252                          n_args = 3;                          n_args = 3;
253                  if (strcmp(name, "memset") == 0)                  if (strcmp(name, "memset") == 0)

Legend:
Removed from v.12  
changed lines
  Added in v.14

  ViewVC Help
Powered by ViewVC 1.1.26