Ignore:
Timestamp:
Feb 24, 2012, 8:54:34 PM (14 years ago)
Author:
dmik
Message:

jdk: Fix another bunch of warnings.

That should be it now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/src/share/demo/jvmti/compiledMethodLoad/compiledMethodLoad.c

    r278 r334  
    135135        for (i = 0; i < numpcs; i++) {
    136136            PCStackInfo pcrecord = (record->pcinfo[i]);
    137             fprintf(fp, "PcDescriptor(pc=0x%lx):\n", (jint)(pcrecord.pc));
     137            fprintf(fp, "PcDescriptor(pc=0x%x):\n", (jint)(pcrecord.pc));
    138138            print_stack_frames(&pcrecord, jvmti, fp);
    139139        }
Note: See TracChangeset for help on using the changeset viewer.