~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/resolve_stack_dump.c

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
 
240
240
static void verify_sort()
241
241
{
242
 
  uint i;
 
242
  uint32_t i;
243
243
  unsigned char* last = 0;
244
244
 
245
245
  for (i = 0; i < sym_table.elements; i++)
256
256
 
257
257
static SYM_ENTRY* resolve_addr(unsigned char* addr, SYM_ENTRY* se)
258
258
{
259
 
  uint i;
 
259
  uint32_t i;
260
260
  get_dynamic(&sym_table, (unsigned char*)se, 0);
261
261
  if (addr < se->addr)
262
262
    return 0;