~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/stacktrace.cc

  • 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:
125
125
  return;
126
126
#endif
127
127
  unsigned char** fp;
128
 
  uint frame_count = 0, sigreturn_frame_count;
 
128
  uint32_t frame_count = 0, sigreturn_frame_count;
129
129
 
130
130
#ifdef __i386__
131
131
  __asm __volatile__ ("movl %%ebp,%0"