~oubiwann/pymite/ipm-enhancements

« back to all changes in this revision

Viewing changes to src/vm/obj.c

  • Committer: dwhall256
  • Date: 2009-04-20 00:10:16 UTC
  • Revision ID: svn-v4:22ac2b26-2a8a-11de-a747-197756c87c9e:trunk:349
issue #16 patched from branch and mainlined

Show diffs side-by-side

added added

removed removed

Lines of Context:
388
388
            plat_putByte(' ');
389
389
            plat_putByte('0');
390
390
            plat_putByte('x');
391
 
            _int_printHex((int)pobj);
 
391
            _int_printHex((intptr_t)pobj);
392
392
            retval = plat_putByte('>');
393
393
            if (marshallString)
394
394
            {