~ubuntu-branches/ubuntu/utopic/linux86/utopic

« back to all changes in this revision

Viewing changes to bcc/function.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-07 20:33:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071207203339-uonmnsb2j32kh0sg
Tags: 0.16.17-2ubuntu1
* Merge with Debian; remaining changes:
  - Build elks-libc for lpia.

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
        if (sp != lastargsp - target->type->typesize)
238
238
        {
239
239
            bugerror("botched push of arg");
240
 
#ifdef DEBUG
 
240
#ifdef DBNODE
241
241
            outstr("arg type is ");
242
242
            dbtype(target->type);
243
243
            outnl();