HomeSort by: relevance | last modified time | path
    Searched defs:high_base (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
avr-tdep.c 1011 ULONGEST high_base; /* High byte of FP */ local
1017 high_base = get_frame_register_unsigned (this_frame, AVR_FP_REGNUM + 1);
1018 this_base += (high_base << 8);
  /src/external/gpl3/gdb.old/dist/gdb/
avr-tdep.c 1011 ULONGEST high_base; /* High byte of FP */ local
1017 high_base = get_frame_register_unsigned (this_frame, AVR_FP_REGNUM + 1);
1018 this_base += (high_base << 8);

Completed in 24 milliseconds